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@
22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
$OpenBSD: patch-libavformat_Makefile,v 1.11 2006/03/20 05:50:49 jakemsr Exp $
|
|
--- libavformat/Makefile.orig Tue Feb 28 00:11:51 2006
|
|
+++ libavformat/Makefile Tue Feb 28 00:18:50 2006
|
|
@@ -66,7 +66,7 @@ ifeq ($(CONFIG_AUDIO_OSS),yes)
|
|
OBJS+= audio.o
|
|
endif
|
|
|
|
-EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) -lavcodec$(BUILDSUF) -L../libavcodec
|
|
+# EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) -lavcodec$(BUILDSUF) -L../libavcodec
|
|
|
|
ifeq ($(CONFIG_AUDIO_BEOS),yes)
|
|
CPPOBJS+= beosaudio.o
|
|
@@ -93,7 +93,7 @@ endif
|
|
NAME=avformat
|
|
SUBDIR=libavformat
|
|
ifeq ($(BUILD_SHARED),yes)
|
|
-LIBVERSION=$(LAVFVERSION)
|
|
+LIBVERSION='$(LIBavformat_VERSION)'
|
|
LIBMAJOR=$(LAVFMAJOR)
|
|
endif
|
|
|