-
Notifications
You must be signed in to change notification settings - Fork 5
/
ffmpeg-osx-build-hints
67 lines (59 loc) · 1.46 KB
/
ffmpeg-osx-build-hints
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#-------------------------------------------------
#ffmpeg-osx-build-hints
#-------------------------------------------------
#place this file in the directory specified by the script's ROOT_PATH
#fields are TAB delimited triplets enabling control of the build
#source key value
#------------
#NCC options
#------------
NCC CFLAGS -mtune=native -pipe
NCC OPTIM -O2
#NCC JOBS 6
#use FETCH_ONLY to clone all the repositories without a build
#NCC FETCH_ONLY 1
#display the config only - no fetch/build
#NCC SHOW_ONLY 1
NCC DARWIN_VERSION 17
#-----------------------
#constrain parallel make
#-----------------------
#source make job_count
sdl disable
nv-codec-headers disable
#aom disable
#---------------------------
#set override URL for source
#---------------------------
#source url url_string
#ffmpeg url https://git.videolan.org/git/ffmpeg.git
ffmpeg url file://~/src/ffmpeg
aom url file://~/src/aom
fdk-aac url file://~/src/fdk-aac
lame url file://~/src/lame
#nv-codec-headers url file://~/src/nv-codec-headers
ogg url file://~/src/ogg
opus url file://~/src/opus
sdl url file://~/src/sdl
theora url file://~/src/theora
vorbis url file://~/src/vorbis
vpx url file://~/src/vpx
x264 url file://~/src/x264
x265 url file://~/src/x265
#------------------------
#fetch specified revision
#------------------------
#source fetch_method revision_id
ffmpeg git
aom git
fdk-aac git
lame svn
#nv-codec-headers git
ogg git
opus git
sdl hg
theora git
vorbis git
vpx git
x264 git
x265 hg