summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel/files/patch-libav::Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-25 19:27:11 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-25 19:27:11 +0000
commitafac057a11d71b83b0b22bf68c20834c8dfe80e5 (patch)
tree373bc98dcfe00de6e0ff17bf11187f87e2ba5722 /multimedia/ffmpeg-devel/files/patch-libav::Makefile
parentchase library dependency due to update of avifile port to 0.60.20010920 (diff)
o New port ffmpeg version 0.4.5: Hyper fast realtime audio/video
encoder/converter, streaming server Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com> * for this patch -> #define INT64_C(x) x##LL
Diffstat (limited to 'multimedia/ffmpeg-devel/files/patch-libav::Makefile')
-rw-r--r--multimedia/ffmpeg-devel/files/patch-libav::Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/ffmpeg-devel/files/patch-libav::Makefile b/multimedia/ffmpeg-devel/files/patch-libav::Makefile
new file mode 100644
index 000000000000..34bf5410ed7e
--- /dev/null
+++ b/multimedia/ffmpeg-devel/files/patch-libav::Makefile
@@ -0,0 +1,9 @@
+--- libav/Makefile.orig Tue Aug 14 19:32:28 2001
++++ libav/Makefile Tue Sep 25 15:05:38 2001
+@@ -1,5 +1,5 @@
+ include ../config.mak
+-CFLAGS= $(OPTFLAGS) -Wall -g -I../libavcodec -DHAVE_AV_CONFIG_H
++CFLAGS= $(OPTFLAGS) -Wall -I../libavcodec -I$(LOCALBASE)/include -DHAVE_AV_CONFIG_H
+
+ OBJS= rm.o mpeg.o asf.o avienc.o jpeg.o swf.o wav.o raw.o \
+ avidec.o ffm.o \