]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg-postproc.patch
- add ffmpeg-config to -devel from debian (maybe pointless due .pc files?)
[packages/ffmpeg.git] / ffmpeg-postproc.patch
CommitLineData
76223816
PS
1--- ffmpeg-0.4.9-pre1/libavcodec/Makefile.orig 2004-10-20 11:55:50.000000000 +0200
2+++ ffmpeg-0.4.9-pre1/libavcodec/Makefile 2004-10-20 12:06:58.565138240 +0200
3@@ -89,7 +89,7 @@
4
5 ifeq ($(CONFIG_PP),yes)
6 ifeq ($(SHARED_PP),yes)
7-EXTRALIBS += libpostproc/libpostproc.la
8+EXTRALIBS += -lpostproc
9 else
10 # LIBS += libpostproc/libpostproc.a ... should be fixed
11 OBJS += libpostproc/postprocess.lo
This page took 0.331293 seconds and 4 git commands to generate.