Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
21f70616
Commit
21f70616
authored
Dec 05, 2007
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*coughcough*
parent
62483be0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
modules/gui/macosx/about.m
modules/gui/macosx/about.m
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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