summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-08-07 09:26:53 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-08-07 09:26:53 +0000
commitf78ed1b4f87c53357ce23fa10d4f9976a69b5bad (patch)
treec37ea917e125489d70945e2fd4bb09277952fe64 /src/input/libdvdnav
parent391cc992ca808ce0c22d560738883eda65ebd413 (diff)
downloadxine-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/libdvdnav')
-rw-r--r--src/input/libdvdnav/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/input/libdvdnav/Makefile.am b/src/input/libdvdnav/Makefile.am
index 1641151e4..f48c7a3f9 100644
--- a/src/input/libdvdnav/Makefile.am
+++ b/src/input/libdvdnav/Makefile.am
@@ -1,9 +1,6 @@
include $(top_srcdir)/misc/Makefile.common
-DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-
-AM_CPPFLAGS = -DDVDNAV_COMPILE
-AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@
+AM_CPPFLAGS = -D_LARGEFILE64_SOURCE -DDVDNAV_COMPILE
noinst_LTLIBRARIES = libdvdnav.la