cfb61f73b5
relevant portion of the official ChangeLog: - Fraps FPS1 video decoder - Snow video encoder/decoder - Sonic audio encoder/decoder - Vorbis audio decoder - Macromedia ADPCM decoder - Duck TrueMotion 2 video decoder - support for decoding FLX and DTA extensions in FLIC files - H.264 custom quantization matrices support - ffserver fixed, it should now be usable again - QDM2 audio decoder - Real Cooker audio decoder - TrueSpeech audio decoder - WMA2 audio decoder fixed, now all files should play correctly - RealAudio 14.4 and 28.8 decoders fixed - JPEG-LS encoder and decoder - CamStudio video decoder - build system improvements - tabs and trailing whitespace removed from the codebase - AIFF/AIFF-C audio format, encoding and decoding - ADTS AAC file reading and writing - Creative VOC file reading and writing - American Laser Games multimedia (*.mm) playback system - Zip Blocks Motion Video decoder - Improved Theora/VP3 decoder - True Audio (TTA) decoder - AVS demuxer and video decoder also, bktr(4) support has been integrated upstream, and most of the source patches in the port are no longer necessary. OK brad@
25 lines
806 B
Plaintext
25 lines
806 B
Plaintext
$OpenBSD: patch-libavcodec_Makefile,v 1.12 2006/03/20 05:50:49 jakemsr Exp $
|
|
--- libavcodec/Makefile.orig Tue Feb 28 00:11:44 2006
|
|
+++ libavcodec/Makefile Tue Feb 28 00:21:33 2006
|
|
@@ -282,7 +282,7 @@ OBJS+= liba52/bit_allocate.o liba52/bits
|
|
endif
|
|
endif
|
|
|
|
-EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
|
|
+# EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
|
|
|
|
# currently using libdts for dts decoding
|
|
ifeq ($(CONFIG_DTS),yes)
|
|
@@ -396,9 +396,9 @@ endif
|
|
|
|
NAME=avcodec
|
|
SUBDIR=libavcodec
|
|
-LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF)
|
|
+LIBAVUTIL= $(SRC_PATH)/libavutil/$(LIBPREF)avutil$(LIBSUF).$(LIBavutil_VERSION)
|
|
ifeq ($(BUILD_SHARED),yes)
|
|
-LIBVERSION=$(LAVCVERSION)
|
|
+LIBVERSION='$(LIBavcodec_VERSION)'
|
|
LIBMAJOR=$(LAVCMAJOR)
|
|
endif
|
|
TESTS= imgresample-test dct-test motion-test fft-test
|