Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
config: libffmpeg_static is not default, attempt to update doozer cfg
  • Loading branch information
perexg committed Oct 13, 2014
1 parent d7ad631 commit 12d73de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
32 changes: 8 additions & 24 deletions .doozer.json
Expand Up @@ -12,16 +12,12 @@
"zlib1g-dev",
"wget",
"bzip2",
"libcurl4-gnutls-dev",
"git-core",
"liburiparser-dev",
"libavformat-dev",
"libswscale-dev",
"libavcodec-dev"
"liburiparser-dev"
],

"buildcmd": [
"./configure --disable-dvbscan",
"./configure --disable-dvbscan --enable-libffmpeg_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -37,16 +33,12 @@
"zlib1g-dev",
"wget",
"bzip2",
"libcurl4-gnutls-dev",
"git-core",
"liburiparser-dev",
"libavformat-dev",
"libswscale-dev",
"libavcodec-dev"
"liburiparser-dev"
],

"buildcmd": [
"./configure --disable-dvbscan",
"./configure --disable-dvbscan --enable-libffmpeg_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -62,16 +54,12 @@
"zlib1g-dev",
"wget",
"bzip2",
"libcurl4-gnutls-dev",
"git-core",
"liburiparser-dev",
"libavformat-dev",
"libswscale-dev",
"libavcodec-dev"
"liburiparser-dev"
],

"buildcmd": [
"./configure --disable-dvbscan",
"./configure --disable-dvbscan --enable-libffmpeg_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -87,16 +75,12 @@
"zlib1g-dev",
"wget",
"bzip2",
"libcurl4-gnutls-dev",
"git-core",
"liburiparser-dev",
"libavformat-dev",
"libswscale-dev",
"libavcodec-dev"
"liburiparser-dev"
],

"buildcmd": [
"./configure --disable-dvbscan",
"./configure --disable-dvbscan --enable-libffmpeg_static",
"make -j ${PARALLEL}"
]
}
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -31,7 +31,7 @@ OPTIONS=(
"avahi:auto"
"zlib:auto"
"libav:auto"
"libffmpeg_static:yes"
"libffmpeg_static:no"
"inotify:auto"
"epoll:auto"
"uriparser:auto"
Expand Down

0 comments on commit 12d73de

Please sign in to comment.