From 6613d192c8d75188e97c6e078e77e504c90c4ce9 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 5 Jun 2004 16:06:12 +0000 Subject: From: Daniel Mack Mac OSX video out support. patch to configure.ac to follow CVS patchset: 6642 CVS date: 2004/06/05 16:06:12 --- misc/xine-config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc') diff --git a/misc/xine-config.in b/misc/xine-config.in index a1ddb013c..d78125b04 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -21,6 +21,7 @@ Options: [--datadir] [--scriptdir] [--localedir] + [--objcflags] EOF exit $1 } @@ -76,6 +77,9 @@ while test $# -gt 0; do --localedir) echo_localedir=yes ;; + --objcflags) + echo_objcflags=yes + ;; *) usage 1 1>&2 ;; @@ -114,3 +118,6 @@ fi if test "$echo_localedir" = "yes"; then echo "@XINE_LOCALEPATH@" fi +if test "$echo_objcflags" = "yes"; then + echo "@OBJCFLAGS@" +fi -- cgit v1.2.3