[vlc-devel] commit: Protect access_output/ under ENABLE_SOUT as well ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 28 22:07:13 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 28 23:08:20 2008 +0300| [9c3cb6c33739669c84d24f332074f0c531098459]
Protect access_output/ under ENABLE_SOUT as well
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c3cb6c33739669c84d24f332074f0c531098459
---
modules/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 4289188..da2c0d5 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -1,7 +1,6 @@
SUBDIRS = \
access \
access_filter \
- access_output \
audio_filter \
audio_mixer \
audio_output \
@@ -18,6 +17,7 @@ SUBDIRS = \
video_output \
visualization
EXTRA_SUBDIRS = \
+ access_output \
mux \
stream_out
if ENABLE_SOUT
More information about the vlc-devel
mailing list