[vlc-devel] commit: Fix previous commit ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 28 22:25:44 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 28 23:13:39 2008 +0300| [5d02805d02a86f9f50bef27266d269c550636253]
Fix previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d02805d02a86f9f50bef27266d269c550636253
---
modules/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/Makefile.am b/modules/Makefile.am
index da2c0d5..d532b4a 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -21,7 +21,7 @@ EXTRA_SUBDIRS = \
mux \
stream_out
if ENABLE_SOUT
-SUBDIRS += mux stream_out
+SUBDIRS += access_output mux stream_out
endif
DIST_SUBDIRS = $(SUBDIRS) $(EXTRA_SUBDIRS)
More information about the vlc-devel
mailing list