summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:46:10 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-30 16:46:10 +0000
commit8a1e9d1463ffbe660edf0de1695b2f6e369d5837 (patch)
tree8f873bd9140f397c6f93519771a055c12376a718
parente9b66d33fb8ce2a1c76fa7f08c69856851eb2b16 (diff)
downloadxine-lib-8a1e9d1463ffbe660edf0de1695b2f6e369d5837.tar.gz
xine-lib-8a1e9d1463ffbe660edf0de1695b2f6e369d5837.tar.bz2
cleanup
CVS patchset: 4723 CVS date: 2003/04/30 16:46:10
-rw-r--r--src/input/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 4b1148db9..7265c69da 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -38,13 +38,12 @@ endif
# For DVD
if HAVE_DVDNAV
-DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
- $(DVDNAV_CFLAGS)
+DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
link_dvdnav = $(DVDNAV_LIBS)
else
DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
- -I$(top_srcdir)/src/input/libdvdnav/
-link_dvdnav = libdvdnav/libdvdnav.la
+ -I$(top_srcdir)/src/input/libdvdnav/
+link_dvdnav = libdvdnav/libdvdnav.la
endif
AM_CFLAGS = $(GNOME_VFS_CFLAGS) $(DVD_CFLAGS) @ANSI_FLAGS@