Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: add --disable-libffmpeg_static_x264 to satisfy i386 debian…
… builds
  • Loading branch information
perexg committed Mar 24, 2015
1 parent 27382c2 commit 4ebb23a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .doozer.json
Expand Up @@ -39,7 +39,7 @@
],

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

"buildcmd": [
"./configure --disable-dvbscan --enable-libffmpeg_static --enable-hdhomerun_static",
"./configure --disable-dvbscan --enable-libffmpeg_static --disable-libffmpeg_static_x264 --enable-hdhomerun_static",
"make -j ${PARALLEL}"
]
}
Expand Down
6 changes: 2 additions & 4 deletions Makefile.ffmpeg
Expand Up @@ -150,12 +150,10 @@ $(LIBAVDIR)/$(LIBVORBIS)/.tvh_build: \
# libx264
#

ARCH = $(shell $(CC) -dumpmachine | cut -d '-' -f 1)

ifneq (,$(filter i386 i486 i586 i686 pentium,$(ARCH)))
ifneq (yes,$(CONFIG_LIBFFMPEG_STATIC_X264))

$(LIBAVDIR)/$(LIBX264)/.tvh_download:
@echo "***** PLEASE FIX !!!! libx264 build for i386 *****"
@echo "***** LIBX264 STATIC BUILD IS DISABLED, USING INSTALLED PACKAGE *****"
@mkdir -p $(LIBAVDIR)/$(LIBX264)
@touch $@

Expand Down
1 change: 1 addition & 0 deletions configure
Expand Up @@ -34,6 +34,7 @@ OPTIONS=(
"zlib:auto"
"libav:auto"
"libffmpeg_static:no"
"libffmpeg_static_x264:yes"
"inotify:auto"
"epoll:auto"
"uriparser:auto"
Expand Down

0 comments on commit 4ebb23a

Please sign in to comment.