openbsd-ports/graphics/ffmpeg/patches/patch-libavdevice_Makefile
jakemsr 64bd5edcd7 update to 20080118
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
2008-01-26 01:56:02 +00:00

19 lines
635 B
Plaintext

$OpenBSD: patch-libavdevice_Makefile,v 1.1 2008/01/26 01:56:02 jakemsr Exp $
--- libavdevice/Makefile.orig Fri Jan 18 01:21:47 2008
+++ libavdevice/Makefile Sat Jan 19 18:36:15 2008
@@ -1,12 +1,10 @@
include ../config.mak
NAME=avdevice
-LIBVERSION=$(LAVDVERSION)
+LIBVERSION=$(LIBavdevice_VERSION)
LIBMAJOR=$(LAVDMAJOR)
-EXTRALIBS := -L$(BUILD_ROOT)/libavformat -lavformat$(BUILDSUF) \
- -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) \
- -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS=$(LIBavdevice_EXTRALIBS)
CFLAGS += -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat