e7eafae972
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@
18 lines
643 B
Plaintext
18 lines
643 B
Plaintext
$OpenBSD: patch-libpostproc_Makefile,v 1.3 2007/09/24 07:51:24 jakemsr Exp $
|
|
--- libpostproc/Makefile.orig Mon Sep 10 19:18:01 2007
|
|
+++ libpostproc/Makefile Mon Sep 10 19:53:09 2007
|
|
@@ -4,10 +4,11 @@ include ../config.mak
|
|
# Overload incdir, postproc include files go in a different directory.
|
|
INCDIR=$(prefix)/include/postproc
|
|
|
|
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
|
+#EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
|
|
+EXTRALIBS=${LIBpostproc_EXTRALIBS}
|
|
|
|
NAME=postproc
|
|
-LIBVERSION=$(SPPVERSION)
|
|
+LIBVERSION=$(LIBpostproc_VERSION)
|
|
LIBMAJOR=$(SPPMAJOR)
|
|
|
|
STATIC_OBJS=postprocess.o
|