Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: disable static libx265 for precise
  • Loading branch information
perexg committed Mar 26, 2016
1 parent e4174e4 commit 6ef6517
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 --enable-hdhomerun_static",
"./configure --disable-dvbscan --enable-ffmpeg_static --disable-libx265_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
},
Expand All @@ -46,7 +46,7 @@
],

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

0 comments on commit 6ef6517

Please sign in to comment.