e066281b74
several new codecs added, including an WMA encoder, Theora encoding via libtheora, and H.264 encoding via x264 with feedback from brad@, jolan@, naddy@ and Nikns Sainkin <nikns at secure dot lv> OK jolan@
15 lines
443 B
Plaintext
15 lines
443 B
Plaintext
$OpenBSD: patch-libavutil_Makefile,v 1.3 2007/05/25 15:54:14 jakemsr Exp $
|
|
--- libavutil/Makefile.orig Wed Apr 4 21:25:01 2007
|
|
+++ libavutil/Makefile Fri Apr 20 00:33:41 2007
|
|
@@ -21,7 +21,9 @@ HEADERS = avutil.h common.h mathematics.h integer.h ra
|
|
random.h mem.h base64.h
|
|
|
|
NAME=avutil
|
|
-LIBVERSION=$(LAVUVERSION)
|
|
+LIBVERSION=$(LIBavutil_VERSION)
|
|
LIBMAJOR=$(LAVUMAJOR)
|
|
+
|
|
+EXTRALIBS=${LIBavutil_EXTRALIBS}
|
|
|
|
include ../common.mak
|