ports/multimedia/ffmpeg-devel/files/patch-libav::Makefile
Mario Sergio Fujikawa Ferreira afac057a11 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
2001-09-25 19:27:11 +00:00

9 lines
365 B
Text

--- 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 \