summaryrefslogtreecommitdiff
path: root/src/3rdparty/libvlc/README.txt
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-04-30 00:19:34 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2013-04-30 00:19:34 +0100
commitd856075f5f21a76266d47675a76aa4b762fd51aa (patch)
tree384902f83707bec0ea28817b65d4bd256004d939 /src/3rdparty/libvlc/README.txt
parent1ef066af3f4fbfb339264c6095a318564dfee0b9 (diff)
downloadfpGUI-d856075f5f21a76266d47675a76aa4b762fd51aa.tar.xz
Adds VLC video library header translation and Media Player component.
These are optional 3rd party components, because they will add extra dependencies to your project. For that reason, they are not part of the fpgui_toolkit package as standard.
Diffstat (limited to 'src/3rdparty/libvlc/README.txt')
-rw-r--r--src/3rdparty/libvlc/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/3rdparty/libvlc/README.txt b/src/3rdparty/libvlc/README.txt
new file mode 100644
index 00000000..0b1f1147
--- /dev/null
+++ b/src/3rdparty/libvlc/README.txt
@@ -0,0 +1,11 @@
+
+VLC Library 2.x
+
+This directory contains header translations of the VLC library v2.x, as well
+as unit containing a non-gui Media Player class. There is also a fpGUI Media
+Player descendant class added, which allows you to embed the video output
+inside a fpGUI widget.
+
+This code was commissioned by Master Maths [http://www.mastermaths.co.za]
+(my employer), and kindly donated to the Free Pascal and fpGUI Toolkit
+projects.