Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix .doozer.json to reflect recent changes to configure
  • Loading branch information
lekma authored and perexg committed Mar 26, 2016
1 parent ccae289 commit a85ea3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .doozer.json
Expand Up @@ -21,7 +21,7 @@
],

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

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

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

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

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

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

0 comments on commit a85ea3e

Please sign in to comment.