fb1a18c3c5
PR: ports/64339 Submitted by: maintainer
11 lines
595 B
Text
11 lines
595 B
Text
--- ffmpeg-strip-wma/Makefile.orig Mon Feb 23 01:47:06 2004
|
|
+++ ffmpeg-strip-wma/Makefile Tue Mar 16 15:29:21 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.. -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
|
|
|
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
|