Commit 21f70616 authored by Felix Paul Kühne's avatar Felix Paul Kühne

*coughcough*

parent 62483be0
...@@ -1053,7 +1053,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2 ...@@ -1053,7 +1053,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
ifdef SVN ifdef SVN
ffmpeg: ffmpeg:
$(SVN) co $(FFMPEG_SVN) -r ffmpeg $(SVN) co $(FFMPEG_SVN) ffmpeg
(cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \ (cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \
patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch) patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch)
ifeq ($(HOST),i586-pc-beos) ifeq ($(HOST),i586-pc-beos)
......
...@@ -76,10 +76,10 @@ static VLAboutBox *_o_sharedInstance = nil; ...@@ -76,10 +76,10 @@ static VLAboutBox *_o_sharedInstance = nil;
o_local_dict = [[NSBundle mainBundle] localizedInfoDictionary]; o_local_dict = [[NSBundle mainBundle] localizedInfoDictionary];
/* Setup the name field */ /* Setup the name field */
o_name_field = [o_local_dict objectForKey:@"CFBundleName"]; [o_name_field setStringValue: [o_local_dict objectForKey:@"CFBundleName"]];
/* Set the about box title */ /* Set the about box title */
[o_about_window setTitle:_NS("About VLC media player")]; [o_about_window setTitle: _NS("About VLC media player")];
/* setup the creator / revision field */ /* setup the creator / revision field */
if( VLC_Changeset() != "exported" ) if( VLC_Changeset() != "exported" )
......
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