[MPlayer-cvslog] r29263 - trunk/configure

diego subversion at mplayerhq.hu
Tue May 5 19:30:50 CEST 2009


Author: diego
Date: Tue May  5 19:30:50 2009
New Revision: 29263

Log:
Add #define for HAVE_DVDCSS_DVDCSS_H to config.h instead of passing it on the
compiler command line, like we do for most other preprocessor definitions.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue May  5 19:27:36 2009	(r29262)
+++ trunk/configure	Tue May  5 19:30:50 2009	(r29263)
@@ -5854,7 +5854,8 @@ if test "$_libdvdcss_internal" = yes ; t
   elif os2 ; then
     cflags_libdvdcss="-DSYS_OS2"
   fi
-  cflags_libdvdcss_dvdread="-Ilibdvdcss -DHAVE_DVDCSS_DVDCSS_H"
+  cflags_libdvdcss_dvdread="-Ilibdvdcss"
+  def_dvdcss="#define HAVE_DVDCSS_DVDCSS_H 1"
   _inputmodules="libdvdcss(internal) $_inputmodules"
   _largefiles=yes
 else
@@ -8561,6 +8562,7 @@ $def_dvd_bsd
 $def_dvd_darwin
 $def_dvd_linux
 $def_dvd_openbsd
+$def_dvdcss
 $def_dvdio
 $def_dvdnav
 $def_dvdread


More information about the MPlayer-cvslog mailing list