Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
21f70616
Commit
21f70616
authored
Dec 05, 2007
by
Felix Paul Kühne
Browse files
*coughcough*
parent
62483be0
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
21f70616
...
...
@@ -1053,7 +1053,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
ifdef
SVN
ffmpeg
:
$(SVN)
co
$(FFMPEG_SVN)
-r
ffmpeg
$(SVN)
co
$(FFMPEG_SVN)
ffmpeg
(
cd
"
$@
"
&&
patch
-p0
< ../Patches/ffmpeg-svn-swscale-pc.patch
&&
\
patch
-p1
< ../Patches/ffmpeg-svn-avdevices.patch
)
ifeq
($(HOST),i586-pc-beos)
...
...
modules/gui/macosx/about.m
View file @
21f70616
...
...
@@ -76,10 +76,10 @@ static VLAboutBox *_o_sharedInstance = nil;
o_local_dict
=
[[
NSBundle
mainBundle
]
localizedInfoDictionary
];
/* 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 */
[
o_about_window
setTitle
:
_NS
(
"About VLC media player"
)];
[
o_about_window
setTitle
:
_NS
(
"About VLC media player"
)];
/* setup the creator / revision field */
if
(
VLC_Changeset
()
!=
"exported"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment