summaryrefslogtreecommitdiffstats
path: root/doc/README.dev
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-07-23 20:06:54 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-07-23 20:06:54 +0000
commit980fc7b83458fe6bbd58910813ba7ad3faf6cf76 (patch)
tree54215c0a4172d6a0490478d6e83685c0851884e7 /doc/README.dev
parentd78647e8b4ae46352d689179079a65cc7e1d1efe (diff)
downloadffmpeg-streaming-980fc7b83458fe6bbd58910813ba7ad3faf6cf76.zip
ffmpeg-streaming-980fc7b83458fe6bbd58910813ba7ad3faf6cf76.tar.gz
fixed config for direct mplayer build compatibility
Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/README.dev b/doc/README.dev
index ae28bc0..39cd702 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -8,7 +8,15 @@
demux code for several formats). (no example yet, the API is likely
to evolve).
-2) Coding Rules
+2) Integrating libavXXX in your GPL'ed program
+----------------------------------------------
+
+You can integrate all the source code of the libraries to link them
+statically to avoid any version problem. All you need is to provide a
+'config.mak' and a 'config.h' in the parent directory. See the defines
+generated by ./configure to understand what is needed.
+
+3) Coding Rules
---------------
ffmpeg is programmed in ANSI C language. GCC extension are
OpenPOWER on IntegriCloud