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@
13 lines
391 B
Plaintext
13 lines
391 B
Plaintext
$OpenBSD: patch-libswscale_Makefile,v 1.2 2007/05/25 15:54:14 jakemsr Exp $
|
|
--- libswscale/Makefile.orig Wed Apr 4 21:25:05 2007
|
|
+++ libswscale/Makefile Thu Apr 19 05:00:48 2007
|
|
@@ -2,7 +2,7 @@
|
|
include ../config.mak
|
|
|
|
NAME=swscale
|
|
-LIBVERSION=$(SWSVERSION)
|
|
+LIBVERSION=$(LIBswscale_VERSION)
|
|
LIBMAJOR=$(SWSMAJOR)
|
|
|
|
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|