Commit 30c63030 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/interface.cpp: disable the new wizard until it is useable.

* doc/Makefile.am: don't include directories directly (will put all sorts of junk in make dist).
* modules/demux/mp4/Modules.am: get rid of mp4.h.
parent 602b1d34
......@@ -31,7 +31,11 @@ EXTRA_DIST = \
lirc/example.lircrc \
skins/skins-howto.txt \
skins/events-howto.txt \
skins/curve_maker \
skins/curve_maker/Bezier.bas \
skins/curve_maker/Bezier.frm \
skins/curve_maker/Bezier.frx \
skins/curve_maker/bezier.vbp \
skins/curve_maker/Bezier.vbw \
strings.txt \
translations.txt \
win32/Cross-Compile-Howto.txt \
......
SOURCES_mp4 = \
mp4.c \
mp4.h \
libmp4.c \
libmp4.h \
drms.c \
......
......@@ -336,7 +336,9 @@ void Interface::CreateOurMenuBar()
file_menu->AppendSeparator();
file_menu->Append( StreamWizard_Event,
wxU(_("Streaming &Wizard...\tCtrl-W")) );
#if 0
file_menu->Append( Wizard_Event, wxU(_("New Wizard...")) );
#endif
file_menu->AppendSeparator();
file_menu->Append( Exit_Event, wxU(_("E&xit\tCtrl-X")) );
......
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