Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: remove old x264 dependency, add dvb-apps for linuxdvb CAM sup…
…port
  • Loading branch information
perexg committed Mar 25, 2016
1 parent dce267b commit 6039b32
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .doozer.json
Expand Up @@ -16,7 +16,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
Expand All @@ -40,12 +41,12 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -65,7 +66,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
Expand All @@ -89,12 +91,12 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -114,7 +116,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
Expand All @@ -138,12 +141,12 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev",
"python"
"python",
"dvb-apps"
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static --disable-libx264_static --enable-hdhomerun_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
}
Expand Down

0 comments on commit 6039b32

Please sign in to comment.