diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-07 09:26:53 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-07 09:26:53 +0000 |
| commit | f78ed1b4f87c53357ce23fa10d4f9976a69b5bad (patch) | |
| tree | c37ea917e125489d70945e2fd4bb09277952fe64 /src/input/Makefile.am | |
| parent | 391cc992ca808ce0c22d560738883eda65ebd413 (diff) | |
| download | xine-lib-f78ed1b4f87c53357ce23fa10d4f9976a69b5bad.tar.gz xine-lib-f78ed1b4f87c53357ce23fa10d4f9976a69b5bad.tar.bz2 | |
remove useless gnu89 compiler flag, some configure tweaking
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 4ddd75e28..282dfd52c 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -33,15 +33,14 @@ endif # For DVD if HAVE_DVDNAV -DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $(DVDNAV_CFLAGS) +DVD_CFLAGS = $(DVDNAV_CFLAGS) link_dvdnav = $(DVDNAV_LIBS) else -DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \ - -I$(top_srcdir)/src/input/libdvdnav/ +DVD_CFLAGS = -I$(top_srcdir)/src/input/libdvdnav/ link_dvdnav = libdvdnav/libdvdnav.la endif -AM_CFLAGS = $(GNOME_VFS_CFLAGS) $(DVD_CFLAGS) $(ALSA_CFLAGS) @ANSI_FLAGS@ +AM_CFLAGS = -D_LARGEFILE64_SOURCE $(GNOME_VFS_CFLAGS) $(ALSA_CFLAGS) $(DVD_CFLAGS) lib_LTLIBRARIES = \ xineplug_inp_file.la \ |
