additions/changes in this update: - RoQ muxer, audio encoder - Renderware TXD demuxer and decoder - extern C declarations for C++ removed from headers - sws_flags command line option - codebook generator - RoQ video encoder - QTRLE encoder - OS/2 support removed - AC-3 decoder - NUT muxer (since r10052) - Matroska muxer - Slice-based parallel H.264 decoding plus lots of bugfixes prodding/testing/ok brad@
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
$OpenBSD: patch-libavutil_Makefile,v 1.4 2007/09/24 07:51:24 jakemsr Exp $
|
|
--- libavutil/Makefile.orig Mon Sep 10 19:18:00 2007
|
|
+++ libavutil/Makefile Mon Sep 10 19:53:09 2007
|
|
@@ -34,7 +34,9 @@ HEADERS = adler32.h \
|
|
rational.h \
|
|
|
|
NAME=avutil
|
|
-LIBVERSION=$(LAVUVERSION)
|
|
+LIBVERSION=$(LIBavutil_VERSION)
|
|
LIBMAJOR=$(LAVUMAJOR)
|
|
+
|
|
+EXTRALIBS=${LIBavutil_EXTRALIBS}
|
|
|
|
include ../common.mak
|