Changeset 139e02861abcb1966ced0098e0a2572d385c1e2b
- Timestamp:
- 24/10/03 18:34:30
(5 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1067013270 +0000
- git-parent:
[be7e3f05a32652f3a484a19f922730613fce992e]
- git-author:
- Sam Hocevar <sam@videolan.org> 1067013270 +0000
- Message:
- Makefile.am: Recurse into doc/ to install documentation.
- configure.ac: Removed mention of plugin packetizer_mpegaudio which does
not exist.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r876e2bb |
r139e028 |
|
| 12 | 12 | # - . should come before mozilla because the plugin needs libvlc_pic.a |
|---|
| 13 | 13 | # - po should come before . because VLC.app needs the pofiles |
|---|
| 14 | | SUBDIRS = intl modules po . mozilla share m4 |
|---|
| 15 | | DIST_SUBDIRS = $(SUBDIRS) src debian doc ipkg lib autotools |
|---|
| | 14 | SUBDIRS = intl modules po . mozilla share m4 doc |
|---|
| | 15 | DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib autotools |
|---|
| 16 | 16 | |
|---|
| 17 | 17 | EXTRA_DIST = \ |
|---|
| rec8704b |
r139e028 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | | dnl $Id: configure.ac,v 1.92 2003/10/23 23:00:37 sigmunau Exp $ |
|---|
| | 2 | dnl $Id: configure.ac,v 1.93 2003/10/24 16:34:30 sam Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | AC_INIT(vlc,0.6.3-cvs) |
|---|
| … | … | |
| 1058 | 1058 | AX_ADD_PLUGINS([access_output_dummy access_output_udp access_output_file access_output_http]) |
|---|
| 1059 | 1059 | AX_ADD_PLUGINS([mux_ts mux_ps mux_avi mux_mp4 mux_asf mux_dummy]) |
|---|
| 1060 | | AX_ADD_PLUGINS([packetizer_mpegaudio packetizer_mpegvideo]) |
|---|
| | 1060 | AX_ADD_PLUGINS([packetizer_mpegvideo]) |
|---|
| 1061 | 1061 | AX_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) |
|---|
| 1062 | 1062 | AX_ADD_PLUGINS([packetizer_copy]) |
|---|
| r89c5538 |
r139e028 |
|
| 14 | 14 | usr/lib/vlc/visualization |
|---|
| 15 | 15 | usr/share/doc/vlc |
|---|
| 16 | | usr/share/games/fortunes |
|---|
| 17 | 16 | usr/share/gnome/apps/Multimedia |
|---|
| 18 | 17 | usr/share/pixmaps |
|---|