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@
13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
$OpenBSD: patch-libavutil_Makefile,v 1.1 2006/03/20 05:50:49 jakemsr Exp $
|
|
--- libavutil/Makefile.orig Tue Feb 28 00:11:52 2006
|
|
+++ libavutil/Makefile Tue Feb 28 00:15:42 2006
|
|
@@ -26,7 +26,7 @@ endif
|
|
NAME=avutil
|
|
SUBDIR = libavutil
|
|
ifeq ($(BUILD_SHARED),yes)
|
|
-LIBVERSION=$(LAVUVERSION)
|
|
+LIBVERSION='$(LIBavutil_VERSION)'
|
|
LIBMAJOR=$(LAVUMAJOR)
|
|
endif
|
|
|