Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
6f405b85
Commit
6f405b85
authored
Jun 09, 2005
by
Benjamin Pracht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* All: include x264 in the contrib system, and add a h264 entry in the sout panel
parent
7a84f788
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
2 deletions
+23
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+20
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
modules/gui/macosx/output.m
modules/gui/macosx/output.m
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
6f405b85
...
...
@@ -83,7 +83,7 @@ endif
ifdef
HAVE_DARWIN_OS
all
:
.autoconf .libtool .automake .iconv .intl .pkgcfg .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .
x264 .
theora
\
.FLAC .speex .faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpg-error .gcrypt .gnutls .daap .cddb .cdio .vcdimager .aclocal
...
...
@@ -919,6 +919,25 @@ CLEAN_FILE += .dts
CLEAN_PKG
+=
libdts
DISTCLEAN_PKG
+=
libdts-
$(LIBDTS_VERSION)
.tar.gz
# ***************************************************************************
# libdts
# ***************************************************************************
x264-$(X264_VERSION).tar.gz
:
$(WGET)
$(X264_URL)
x264
:
x264-$(X264_VERSION).tar.gz
$(EXTRACT_GZ)
.x264
:
x264
(
cd
$<
;
./configure
--enable-pthread
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.x264
CLEAN_PKG
+=
x264
DISTCLEAN_PKG
+=
x264-
$(X264_VERSION)
.tar.gz
# ***************************************************************************
# libmodplug
# ***************************************************************************
...
...
extras/contrib/src/packages.mak
View file @
6f405b85
...
...
@@ -126,3 +126,5 @@ MOZILLA_VERSION=1.7.5
MOZILLA_URL
=
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla
$(MOZILLA_VERSION)
/source/mozilla-source-
$(MOZILLA_VERSION)
.tar.bz2
TWOLAME_VERSION
=
0.3.2
TWOLAME_URL
=
$(SF)
/twolame/twolame-
$(TWOLAME_VERSION)
.tar.gz
X264_VERSION
=
20050609
X264_URL
=
$(VIDEOLAN)
/testing/contrib/x264-
$(X264_VERSION)
.tar.gz
modules/gui/macosx/output.m
View file @
6f405b85
...
...
@@ -131,7 +131,7 @@
NSArray
*
o_v_scales
=
[
NSArray
arrayWithObjects
:
@"0.25"
,
@"0.5"
,
@"0.75"
,
@"1"
,
@"1.25"
,
@"1.5"
,
@"1.75"
,
@"2"
,
nil
];
NSArray
*
o_a_codecs
=
[
NSArray
arrayWithObjects
:
@"mpga"
,
@"mp3 "
,
@"mp4a"
,
@"a52 "
,
@"vorb"
,
@"flac"
,
@"spx "
,
nil
];
NSArray
*
o_v_codecs
=
[
NSArray
arrayWithObjects
:
@"mp1v"
,
@"mp2v"
,
@"mp4v"
,
@"DIV1"
,
@"DIV2"
,
@"DIV3"
,
@"
H263
"
,
@"I263"
,
@"WMV1"
,
@"WMV2"
,
@"MJPG"
,
@"theo"
,
nil
];
@"DIV2"
,
@"DIV3"
,
@"
h263"
,
@"h264
"
,
@"I263"
,
@"WMV1"
,
@"WMV2"
,
@"MJPG"
,
@"theo"
,
nil
];
[
o_output_ckbox
setTitle
:
_NS
(
"Advanced output:"
)];
[
o_output_settings
setTitle
:
_NS
(
"Settings..."
)];
...
...
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