Commit 139e0286 authored by Sam Hocevar's avatar Sam Hocevar

* Makefile.am: Recurse into doc/ to install documentation.

  * configure.ac: Removed mention of plugin packetizer_mpegaudio which does
    not exist.
parent be7e3f05
......@@ -11,8 +11,8 @@ NULL =
# - modules should come before . because vlc needs the builtins
# - . should come before mozilla because the plugin needs libvlc_pic.a
# - po should come before . because VLC.app needs the pofiles
SUBDIRS = intl modules po . mozilla share m4
DIST_SUBDIRS = $(SUBDIRS) src debian doc ipkg lib autotools
SUBDIRS = intl modules po . mozilla share m4 doc
DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib autotools
EXTRA_DIST = \
HACKING \
......
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.92 2003/10/23 23:00:37 sigmunau Exp $
dnl $Id: configure.ac,v 1.93 2003/10/24 16:34:30 sam Exp $
AC_INIT(vlc,0.6.3-cvs)
......@@ -1057,7 +1057,7 @@ if test "${enable_sout}" != "no"
then
AX_ADD_PLUGINS([access_output_dummy access_output_udp access_output_file access_output_http])
AX_ADD_PLUGINS([mux_ts mux_ps mux_avi mux_mp4 mux_asf mux_dummy])
AX_ADD_PLUGINS([packetizer_mpegaudio packetizer_mpegvideo])
AX_ADD_PLUGINS([packetizer_mpegvideo])
AX_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio])
AX_ADD_PLUGINS([packetizer_copy])
......
......@@ -13,7 +13,6 @@ usr/lib/vlc/video_filter
usr/lib/vlc/video_output
usr/lib/vlc/visualization
usr/share/doc/vlc
usr/share/games/fortunes
usr/share/gnome/apps/Multimedia
usr/share/pixmaps
usr/share/vlc
......
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