Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: disable static libx265 for precise (2nd)
  • Loading branch information
perexg committed Mar 26, 2016
1 parent b2155b7 commit 129fbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .doozer.json
Expand Up @@ -21,7 +21,7 @@
],

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

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

0 comments on commit 129fbb8

Please sign in to comment.