relevent Changelog entries: +- Monkey's Audio demuxer and decoder +- additional SPARC (VIS) optimizations +- AMV audio and video decoder +- DNxHD encoder +- H.264 PAFF decoding +- Nellymoser ASAO decoder +- Beam Software SIFF demuxer and decoder +- libvorbis Vorbis decoding removed in favor of native decoder +- IntraX8 (J-Frame) subdecoder for WMV2 and VC-1 +- Ogg muxer +- PC Paintbrush PCX decoder +- Sun Rasterfile decoder +- TechnoTrend PVA demuxer +- Linux Media Labs MPEG-4 (LMLM4) demuxer port changes: disable ff_fdct_sse2 usage on i386 and libpostproc's temporal noise reduction filter, since they both regularly cause segfaults. ok deanna@, brad@ tested by a few others, thanks
18 lines
641 B
Plaintext
18 lines
641 B
Plaintext
$OpenBSD: patch-libpostproc_Makefile,v 1.4 2008/01/26 01:56:02 jakemsr Exp $
|
|
--- libpostproc/Makefile.orig Wed Oct 31 23:07:10 2007
|
|
+++ libpostproc/Makefile Sat Jan 19 16:56:10 2008
|
|
@@ -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)
|
|
|
|
HEADERS = postprocess.h
|