[vlc-devel] commit: Zip: add access/stream_filter to the buildsystem ( Jean-Philippe Andre )

git version control git at videolan.org
Tue Jan 27 23:17:53 CET 2009


vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Sun Jan 18 19:40:27 2009 +0100| [d7c28d52469bdd5c70561561811ba4b048800feb] | committer: Jean-Philippe Andre 

Zip: add access/stream_filter to the buildsystem

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

 configure.ac              |    5 +++++
 modules/access/Modules.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 599927b..279442e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5390,6 +5390,10 @@ AM_CONDITIONAL(HAVE_ZLIB, [ test "${have_zlib}" = "yes" ])
 if test "${have_zlib}" = "yes"
 then
   VLC_ADD_PLUGIN([unzip])
+  VLC_ADD_LIBS([zip],[-lz])
+  VLC_ADD_PLUGIN([zip])
+  VLC_ADD_CFLAGS([zip],[-I../../../@top_srcdir@/libs/unzip])
+  VLC_ADD_LIBS([zip],[../../../libs/unzip/libunzip.la])
 fi
 
 
@@ -5887,6 +5891,7 @@ AC_CONFIG_FILES([
   modules/access/vcd/Makefile
   modules/access/vcdx/Makefile
   modules/access/screen/Makefile
+  modules/access/zip/Makefile
   modules/access_output/Makefile
   modules/audio_filter/Makefile
   modules/audio_filter/channel_mixer/Makefile
diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index 676fedc..17076c1 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -3,7 +3,7 @@
 # obviously does not. Here is a fix for that.
 LIBTOOL=@LIBTOOL@ --tag=CC
 
-BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp vcd vcdx screen bd
+BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp vcd vcdx screen bd zip
 EXTRA_SUBDIRS = bda dshow
 SUBDIRS = $(BASE_SUBDIRS)
 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)




More information about the vlc-devel mailing list