Changeset 21f70616bbc133ae85f4e870ef377393b40b0cb2
- Timestamp:
- 12/05/07 19:24:21
(9 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1196879061 +0000
- git-parent:
[62483be042ee6062d5c9f5fa33cfed8a11e94e3b]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1196879061 +0000
- Message:
*coughcough*
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5f1364a |
r21f7061 |
|
| 1054 | 1054 | ifdef SVN |
|---|
| 1055 | 1055 | ffmpeg: |
|---|
| 1056 | | $(SVN) co $(FFMPEG_SVN) -r ffmpeg |
|---|
| | 1056 | $(SVN) co $(FFMPEG_SVN) ffmpeg |
|---|
| 1057 | 1057 | (cd "$@" && patch -p0 < ../Patches/ffmpeg-svn-swscale-pc.patch && \ |
|---|
| 1058 | 1058 | patch -p1 < ../Patches/ffmpeg-svn-avdevices.patch) |
|---|
| r5ea28c6 |
r21f7061 |
|
| 77 | 77 | |
|---|
| 78 | 78 | /* Setup the name field */ |
|---|
| 79 | | o_name_field = [o_local_dict objectForKey:@"CFBundleName"]; |
|---|
| | 79 | [o_name_field setStringValue: [o_local_dict objectForKey:@"CFBundleName"]]; |
|---|
| 80 | 80 | |
|---|
| 81 | 81 | /* Set the about box title */ |
|---|
| 82 | | [o_about_window setTitle:_NS("About VLC media player")]; |
|---|
| | 82 | [o_about_window setTitle: _NS("About VLC media player")]; |
|---|
| 83 | 83 | |
|---|
| 84 | 84 | /* setup the creator / revision field */ |
|---|