Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer conf: enable hdhomerun static libs
  • Loading branch information
perexg committed Oct 14, 2014
1 parent 2b2a4cf commit a35d661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .doozer.json
Expand Up @@ -17,7 +17,7 @@
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -39,7 +39,7 @@
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -60,7 +60,7 @@
],

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -82,7 +82,7 @@
],

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

0 comments on commit a35d661

Please sign in to comment.