OSDN Git Service

fix another MTR feature title extraction issue
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / A02-audioconvert.patch
1 diff -Naur ffmpeg.orig/libavcodec/Makefile ffmpeg/libavcodec/Makefile
2 --- ffmpeg.orig/libavcodec/Makefile     2008-12-01 01:40:36.000000000 -0500
3 +++ ffmpeg/libavcodec/Makefile  2009-02-23 07:03:23.000000000 -0500
4 @@ -3,7 +3,7 @@
5  NAME = avcodec
6  FFLIBS = avutil
7  
8 -HEADERS = avcodec.h opt.h vdpau.h xvmc.h
9 +HEADERS = avcodec.h opt.h vdpau.h xvmc.h audioconvert.h
10  
11  OBJS = allcodecs.o                                                      \
12         audioconvert.o                                                   \