]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-postproc.patch
- enable lame, vorbis and faac audio, add bcond for BC that are introduced because...
[packages/ffmpeg.git] / ffmpeg-postproc.patch
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.067407 seconds and 3 git commands to generate.