freebsd-ports/multimedia/exportvideo/files/patch-configure
Pav Lucistnik 3c844061b7 Add exportvideo, an utility extracts the video data from a nuppelvideo
file and writes a YUV4MPEG stream which can be piped to mpeg2enc.
In other words, it exports the nuppelvideo .nuv format for encoding
(S)VCD/DVD compliant MPEGs with mjpegtools.

PR:		ports/73417
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org>
2004-11-06 20:17:06 +00:00

22 lines
485 B
Text

--- configure.orig Tue Oct 9 18:14:28 2001
+++ configure Mon Nov 1 09:41:06 2004
@@ -1,7 +1,9 @@
+#!/bin/sh
+
echo "Configuring mpeg2_movie"
USE_MMX=1
-CODEC_DIR=/usr/lib/mpeg2_movie/codecs/
+CODEC_DIR=
PREFIX=/usr/local
LDSTATIC=
@@ -168,6 +170,8 @@
if [ "x$LDSTATIC" != "x" ]; then
echo >> global_config "LDFLAGS += $LDSTATIC"
fi
+
+egrep "^LDFLAGS|^DONT_USE_AVI|^VIDEO_EXPORT_ONLY" global_config > video/global_config
echo "done"