diff options
| author | Stephen Torri <storri@users.sourceforge.net> | 2002-10-22 23:50:15 +0000 |
|---|---|---|
| committer | Stephen Torri <storri@users.sourceforge.net> | 2002-10-22 23:50:15 +0000 |
| commit | 79bfd5a718b1d108ddb9bc8f06b1ac575703261c (patch) | |
| tree | 8b8e3dc1594334a396a2e9622f9e376a7ff7ea30 /src/input/libdvdnav | |
| parent | 8f03706af8037570dec58760ee542d4f05ef3fe2 (diff) | |
| download | xine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.gz xine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.bz2 | |
Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFLAGS variable of their Makefile.am for the directory.
CVS patchset: 2943
CVS date: 2002/10/22 23:50:15
Diffstat (limited to 'src/input/libdvdnav')
| -rw-r--r-- | src/input/libdvdnav/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am index d5cabf2dc..25fffce5d 100644 --- a/src/input/libdvdnav/Makefile.am +++ b/src/input/libdvdnav/Makefile.am @@ -1,7 +1,7 @@ DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ -I$(top_srcdir)/src/input/libdvdread/ -AM_CFLAGS = $(DVD_CFLAGS) +AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@ noinst_LTLIBRARIES = libdvdnav.la |
