diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-10-08 13:37:43 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-10-08 13:37:43 +0000 |
commit | 0e4cf92a01998a6b22955396bbd15369a8293be5 (patch) | |
tree | fbf556df751856561a28fc773893bd1233e77c46 /multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile | |
parent | Add makefaq 2.4, makefaq is a Python program that creates a (diff) |
Update to 0.4.8
Submitted by: Steve O'Hara-Smith <steve@sohara.org>
Notes
Notes:
svn path=/head/; revision=90638
Diffstat (limited to 'multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile')
-rw-r--r-- | multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile b/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile index d760d0cee046..9c2edd0f9d68 100644 --- a/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile +++ b/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile @@ -1,16 +1,6 @@ --- libavcodec/Makefile.orig Sun Oct 6 12:26:38 2002 +++ libavcodec/Makefile Wed Oct 9 14:24:34 2002 -@@ -7,8 +7,7 @@ - VPATH=$(SRC_PATH)/libavcodec - - # NOTE: -I.. is needed to include config.h --CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE --LDFLAGS= -g -+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE - - OBJS= common.o utils.o mem.o allcodecs.o \ - mpegvideo.o h263.o jrevdct.o jfdctfst.o jfdctint.o\ -@@ -167,8 +166,7 @@ +@@ -228,8 +228,7 @@ install: all ifeq ($(BUILD_SHARED),yes) install -d $(prefix)/lib |