~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to modules/access/Modules.am

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# obviously does not. Here is a fix for that.
4
4
LIBTOOL=@LIBTOOL@ --tag=CC
5
5
 
6
 
BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp vcd vcdx screen bd zip
 
6
BASE_SUBDIRS = dvb mms cdda rtp rtsp vcd vcdx screen bd zip
7
7
EXTRA_SUBDIRS = bda dshow
8
8
SUBDIRS = $(BASE_SUBDIRS)
9
9
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
42
42
SOURCES_access_oss = oss.c
43
43
SOURCES_access_mtp = mtp.c
44
44
 
 
45
libaccess_rtmp_plugin_la_SOURCES = \
 
46
        rtmp/access.c \
 
47
        rtmp/rtmp_amf_flv.c \
 
48
        rtmp/rtmp_amf_flv.h \
 
49
        $(NULL)
 
50
libaccess_rtmp_plugin_la_CFLAGS = $(AM_CFLAGS) \
 
51
        -fno-strict-aliasing
 
52
libaccess_rtmp_plugin_la_LIBADD = $(AM_LIBADD)
 
53
libaccess_rtmp_plugin_la_DEPENDENCIES =
 
54
 
45
55
libvlc_LTLIBRARIES += \
46
56
        libaccess_file_plugin.la \
47
57
        libaccess_directory_plugin.la \
50
60
        libaccess_http_plugin.la \
51
61
        libaccess_ftp_plugin.la \
52
62
        libaccess_fake_plugin.la \
 
63
        libaccess_rtmp_plugin.la \
53
64
        $(NULL)