diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 16:17:47 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 16:17:47 +0100 |
| commit | 9c881836d4dead995213b4863e055d32e7372a74 (patch) | |
| tree | f6a494d40ad2f1a41cfb11af6a40e6f4ff315766 /src/input/libreal | |
| parent | b5f4ef58160be1126dd5226f89fd704b24006760 (diff) | |
| download | xine-lib-9c881836d4dead995213b4863e055d32e7372a74.tar.gz xine-lib-9c881836d4dead995213b4863e055d32e7372a74.tar.bz2 | |
Compile librtsp and libreal source files directly into the rtsp plugin. Avoid two recursive make calls.
Diffstat (limited to 'src/input/libreal')
| -rw-r--r-- | src/input/libreal/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/input/libreal/Makefile.am b/src/input/libreal/Makefile.am deleted file mode 100644 index bd97a7548..000000000 --- a/src/input/libreal/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -include $(top_srcdir)/misc/Makefile.common - -AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) -AM_CPPFLAGS = -I$(top_srcdir)/src/input/librtsp - -noinst_HEADERS = real.h asmrp.h rmff.h sdpplin.h - -noinst_LTLIBRARIES = libreal.la - -libreal_la_SOURCES = real.c asmrp.c rmff.c sdpplin.c |
