r153 - unstable/ffmpeg/debian

Samuel Hocevar sho at alioth.debian.org
Wed Mar 14 14:22:26 CET 2007


Author: sho
Date: 2007-01-29 14:41:47 +0000 (Mon, 29 Jan 2007)
New Revision: 153

Modified:
   unstable/ffmpeg/debian/README.Debian
   unstable/ffmpeg/debian/changelog
Log:
  * debian/README.Debian:
    + Removed mention of ffmpeg-config now that we ship .pc files.


Modified: unstable/ffmpeg/debian/README.Debian
===================================================================
--- unstable/ffmpeg/debian/README.Debian	2007-01-29 14:35:28 UTC (rev 152)
+++ unstable/ffmpeg/debian/README.Debian	2007-01-29 14:41:47 UTC (rev 153)
@@ -6,20 +6,6 @@
 please contact me.
 
 
-Linking code against ffmpeg
-===========================
-
- To compile code against the ffmpeg libraries, use `ffmpeg-config --cflags`:
-
-   gcc `ffmpeg-config --cflags` -c code.c -o code.o
-
- To link it afterwards, use `ffmpeg-config --libs avcodec`:
-
-   gcc code.o -o code `ffmpeg-config --libs avcodec` -lotherlibs
-
- Accepted arguments for --libs are "avcodec", "avformat" and "postproc".
-
-
 Summary of the patent issues with ffmpeg
 ========================================
 

Modified: unstable/ffmpeg/debian/changelog
===================================================================
--- unstable/ffmpeg/debian/changelog	2007-01-29 14:35:28 UTC (rev 152)
+++ unstable/ffmpeg/debian/changelog	2007-01-29 14:41:47 UTC (rev 153)
@@ -16,6 +16,8 @@
   [ Sam Hocevar ]
   * debian/copyright:
     + Fix typo and clarify licensing terms (Closes: #398235).
+  * debian/README.Debian:
+    + Removed mention of ffmpeg-config now that we ship .pc files.
   * debian/patches/020_mmx_optims.diff:
     + New patch, fix FTBFS with DEB_BUILD_OPTIONS=debug.
   * debian/patches/040_early_altivec_detection.diff:




More information about the Pkg-multimedia-commits mailing list