freebsd-ports/multimedia/smilutils/files/patch-apps__ffmpeg2raw__Makefile.am
Rong-En Fan 9fd52d8823 Smilutils is a collection of command line utilities
for Digital Video manipulation.

Note: Sources are available through cvs.

WWW: http://sourceforge.net/projects/kino/
WWW: http://users.pandora.be/acp/kino/smilutils.html

PR:		ports/120981
Submitted by:	Diego Depaoli <trebestie at gmail.com>
2008-02-24 08:43:21 +00:00

11 lines
371 B
Text

--- ./apps/ffmpeg2raw/Makefile.am.orig 2005-10-08 12:13:42.000000000 +0800
+++ ./apps/ffmpeg2raw/Makefile.am 2008-02-23 14:01:49.000000000 +0800
@@ -11,7 +11,7 @@
-D_FILE_OFFSET_BITS=64
AM_LDFLAGS = -rdynamic -L$(FFMPEG_PATH)/libavformat -lavformat -L$(FFMPEG_PATH)/libavcodec -lavcodec \
- $(FFMPEGLIBS) -lm -lz -ldl -ldv
+ $(FFMPEGLIBS) -lm -lz -ldv
endif