summaryrefslogtreecommitdiff
path: root/contrib/ffmpeg/README
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-14 19:14:45 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-14 19:14:45 +0100
commit00ce599e48e069097d42e158c9192e7a0a7cbeff (patch)
treec524f3778239a00c6372bf145f56bd48862da6f8 /contrib/ffmpeg/README
parent9a8dd93c201f92d36a0d3e72d589f09ff8bcbfe8 (diff)
downloadxine-lib-00ce599e48e069097d42e158c9192e7a0a7cbeff.tar.gz
xine-lib-00ce599e48e069097d42e158c9192e7a0a7cbeff.tar.bz2
Remove FFmpeg source directory.
Diffstat (limited to 'contrib/ffmpeg/README')
-rw-r--r--contrib/ffmpeg/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/ffmpeg/README b/contrib/ffmpeg/README
deleted file mode 100644
index 9f905357e..000000000
--- a/contrib/ffmpeg/README
+++ /dev/null
@@ -1,19 +0,0 @@
-FFmpeg README
--------------
-
-1) Documentation
-----------------
-
-* Read the documentation in the doc/ directory.
-
-2) Licensing
-------------
-
-* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
- libpostproc and libswscale are licensed under the GNU Lesser General
- Public License.
-
-* libpostproc and libswscale are distributed under the GNU General Public
- License and their compilation and use is optional in ffmpeg.
-
-Fabrice Bellard.