summaryrefslogtreecommitdiff
path: root/src/input/librtsp/Makefile.am
diff options
context:
space:
mode:
authorStefan Holst <holstsn@users.sourceforge.net>2002-12-24 01:10:53 +0000
committerStefan Holst <holstsn@users.sourceforge.net>2002-12-24 01:10:53 +0000
commitefc8ab88d8211aa84c7131f7e5c9c2ce0c4ef079 (patch)
tree621f71d3750eeaa5e8fda3809d0511ab29c0646e /src/input/librtsp/Makefile.am
parentda5949c9e0113478da6416608e23d756d509ebb6 (diff)
downloadxine-lib-efc8ab88d8211aa84c7131f7e5c9c2ce0c4ef079.tar.gz
xine-lib-efc8ab88d8211aa84c7131f7e5c9c2ce0c4ef079.tar.bz2
small rtsp fixes
CVS patchset: 3662 CVS date: 2002/12/24 01:10:53
Diffstat (limited to 'src/input/librtsp/Makefile.am')
-rw-r--r--src/input/librtsp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/librtsp/Makefile.am b/src/input/librtsp/Makefile.am
index 74e7e3d89..1bde8e8bd 100644
--- a/src/input/librtsp/Makefile.am
+++ b/src/input/librtsp/Makefile.am
@@ -1,4 +1,4 @@
-RTSP_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
+RTSP_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I../libreal
AM_CFLAGS = $(RTSP_CFLAGS) @ANSI_FLAGS@