Commit d7c28d52 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Zip: add access/stream_filter to the buildsystem

parent bc72d967
......@@ -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
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment