diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 | 
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-25 19:27:11 +0000 | 
| commit | afac057a11d71b83b0b22bf68c20834c8dfe80e5 (patch) | |
| tree | 373bc98dcfe00de6e0ff17bf11187f87e2ba5722 /multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile | |
| parent | chase 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
Notes
Notes:
    svn path=/head/; revision=48195
Diffstat (limited to 'multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile')
| -rw-r--r-- | multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile b/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile new file mode 100644 index 000000000000..383195e6f309 --- /dev/null +++ b/multimedia/ffmpeg-devel/files/patch-libavcodec::Makefile @@ -0,0 +1,11 @@ +--- libavcodec/Makefile.orig	Tue Sep 25 15:05:58 2001 ++++ libavcodec/Makefile	Tue Sep 25 15:06:08 2001 +@@ -1,7 +1,6 @@ + include ../config.mak +  +-CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H +-LDFLAGS= -g ++CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H +  + OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \ +       mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \ | 
