diff options
Diffstat (limited to 'audio/xmms-wma/files/patch-ffmpeg-strip-wma-Makefile')
-rw-r--r-- | audio/xmms-wma/files/patch-ffmpeg-strip-wma-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-wma/files/patch-ffmpeg-strip-wma-Makefile b/audio/xmms-wma/files/patch-ffmpeg-strip-wma-Makefile new file mode 100644 index 000000000000..9b6413ba3d7a --- /dev/null +++ b/audio/xmms-wma/files/patch-ffmpeg-strip-wma-Makefile @@ -0,0 +1,11 @@ +--- ffmpeg-strip-wma/Makefile.orig Thu Feb 26 12:24:53 2004 ++++ ffmpeg-strip-wma/Makefile Thu Feb 26 11:30:18 2004 +@@ -6,7 +6,7 @@ + include config.mak + + # NOTE: -I.. is needed to include config.h +-CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE ++CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -I/usr/local/include + + OBJS= common.o utils.o mem.o allcodecs.o futils.o cutils.o os_support.o allformats.o parser.o \ + avio.o aviobuf.o file.o simple_idct.o dsputil.o fft.o mdct.o asf.o |