]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- [fix] link with shared pp.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 20 Oct 2004 16:39:02 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-postproc.patch -> 1.1

ffmpeg-postproc.patch [new file with mode: 0644]

diff --git a/ffmpeg-postproc.patch b/ffmpeg-postproc.patch
new file mode 100644 (file)
index 0000000..e375de7
--- /dev/null
@@ -0,0 +1,11 @@
+--- ffmpeg-0.4.9-pre1/libavcodec/Makefile.orig 2004-10-20 11:55:50.000000000 +0200
++++ ffmpeg-0.4.9-pre1/libavcodec/Makefile      2004-10-20 12:06:58.565138240 +0200
+@@ -89,7 +89,7 @@
+ ifeq ($(CONFIG_PP),yes)
+ ifeq ($(SHARED_PP),yes)
+-EXTRALIBS += libpostproc/libpostproc.la
++EXTRALIBS += -lpostproc
+ else
+ # LIBS += libpostproc/libpostproc.a ... should be fixed
+ OBJS += libpostproc/postprocess.lo
This page took 0.03412 seconds and 4 git commands to generate.