],
"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}"
]
},
],
"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}"
]
}
@touch $@
${ROOTDIR}/libav_static/build/ffmpeg/lib/libavcodec.a:
- $(MAKE) -f Makefile.ffmpeg build
+ CONFIG_LIBFFMPEG_STATIC_X264=$(CONFIG_LIBFFMPEG_STATIC_X264) \
+ $(MAKE) -f Makefile.ffmpeg build
# Static HDHOMERUN library
# 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 $@
"zlib:auto"
"libav:auto"
"libffmpeg_static:no"
+ "libffmpeg_static_x264:yes"
"inotify:auto"
"epoll:auto"
"uriparser:auto"