[vlc-commits] dvb: libdvbpsi is not optional

Rafaël Carré git at videolan.org
Sun Nov 11 12:16:09 CET 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 11 11:59:46 2012 +0100| [3b3d705ff424cf0eaadb9a4f07a5d883a2ab2263] | committer: Rafaël Carré

dvb: libdvbpsi is not optional

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b3d705ff424cf0eaadb9a4f07a5d883a2ab2263
---

 modules/access/Modules.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 71d2c8c..01dc11e 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -248,8 +248,8 @@ libdvb_plugin_la_SOURCES = \
 libdvb_plugin_la_CFLAGS = $(AM_CFLAGS)
 libdvb_plugin_la_LIBADD = $(AM_LIBADD)
 if HAVE_LINUX_DVB
-libvlc_LTLIBRARIES += libdvb_plugin.la
 if HAVE_DVBPSI
+libvlc_LTLIBRARIES += libdvb_plugin.la
 libdvb_plugin_la_CFLAGS += $(DVBPSI_CFLAGS)
 libdvb_plugin_la_LIBADD += $(DVBPSI_LIBS)
 endif



More information about the vlc-commits mailing list