Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: another fix for ffmpeg build
  • Loading branch information
perexg committed Mar 26, 2016
1 parent a66d1c8 commit 5c8746e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .doozer.json
Expand Up @@ -47,7 +47,7 @@

"buildcmd": [
"./configure --disable-dvbscan --enable-ffmpeg_static --disable-libx265_static --disable-libx265 --enable-hdhomerun_static",
"make -j ${PARALLEL}"
"DEB_BUILD_GNU_TYPE=i686-linux-gnu make -j ${PARALLEL}"
]
},

Expand Down Expand Up @@ -97,7 +97,7 @@

"buildcmd": [
"./configure --disable-dvbscan --enable-ffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
"DEB_BUILD_GNU_TYPE=i686-linux-gnu make -j ${PARALLEL}"
]
},

Expand Down Expand Up @@ -147,7 +147,7 @@

"buildcmd": [
"./configure --disable-dvbscan --enable-ffmpeg_static --enable-hdhomerun_static",
"make -j ${PARALLEL}"
"DEB_BUILD_GNU_TYPE=i686-linux-gnu make -j ${PARALLEL}"
]
}
}
Expand Down

0 comments on commit 5c8746e

Please sign in to comment.