[mythtv-users] building mythfrontend v30 for android 64 (Shield)

James Abernathy jfabernathy at gmail.com
Tue Feb 5 13:21:28 UTC 2019


So I was playing around with building the Android V30 mythfronend 
according to the wiki. The one thing I did different was to git checkout 
fixes/30 on both MythTV/packaging.git and MythTV/mythtv.git.  I also did 
git pull for both.

The

|./makelibs.sh all|

does fine, but

|./mythbuild.sh|

fails with console errors below:

WARNING: libavfilter/allfilters.c libavformat/allformats.c 
libavcodec/allcodecs.c libavcodec/bitstream_filters.c newer than 
config.h, rerun configure

CC    libavfilter/allfilters.o
CC    libavfilter/avf_concat.o
CC    libavfilter/avf_showcqt.o
CC    libavfilter/avf_showfreqs.o
CC    libavfilter/avf_showspectrum.o
CC    libavfilter/avf_showvolume.o
CC    libavfilter/avf_showwaves.o
CC    libavfilter/avfilter.o
In file included from libavfilter/allfilters.c:414:0:
./libavfilter/filter_list.c:6:6: error: 'ff_af_acue' undeclared here 
(not in a function)
      &ff_af_acue,
       ^
./libavfilter/filter_list.c:8:6: error: 'ff_af_acrossover' undeclared 
here (not in a function)
      &ff_af_acrossover,
       ^
./libavfilter/filter_list.c:10:6: error: 'ff_af_adeclick' undeclared 
here (not in a function)
      &ff_af_adeclick,
       ^
./libavfilter/filter_list.c:11:6: error: 'ff_af_adeclip' undeclared here 
(not in a function)
      &ff_af_adeclip,
       ^
./libavfilter/filter_list.c:13:6: error: 'ff_af_aderivative' undeclared 
here (not in a function)
      &ff_af_aderivative,
       ^
./libavfilter/filter_list.c:18:6: error: 'ff_af_afftdn' undeclared here 
(not in a function)
      &ff_af_afftdn,
       ^
./libavfilter/filter_list.c:24:6: error: 'ff_af_aintegral' undeclared 
here (not in a function)
      &ff_af_aintegral,
       ^
./libavfilter/filter_list.c:32:6: error: 'ff_af_amultiply' undeclared 
here (not in a function)
      &ff_af_amultiply,
       ^
./libavfilter/filter_list.c:79:6: error: 'ff_af_highshelf' undeclared 
here (not in a function)
      &ff_af_highshelf,
       ^
./libavfilter/filter_list.c:83:6: error: 'ff_af_lowshelf' undeclared 
here (not in a function)
      &ff_af_lowshelf,
       ^
./libavfilter/filter_list.c:104:6: error: 'ff_asrc_sinc' undeclared here 
(not in a function)
      &ff_asrc_sinc,
       ^
./libavfilter/filter_list.c:109:6: error: 'ff_vf_amplify' undeclared 
here (not in a function)
      &ff_vf_amplify,
       ^
./libavfilter/filter_list.c:119:6: error: 'ff_vf_bm3d' undeclared here 
(not in a function)
      &ff_vf_bm3d,
       ^
./libavfilter/filter_list.c:122:6: error: 'ff_vf_chromahold' undeclared 
here (not in a function)
      &ff_vf_chromahold,
       ^
./libavfilter/filter_list.c:138:6: error: 'ff_vf_cue' undeclared here 
(not in a function)
      &ff_vf_cue,
       ^
./libavfilter/filter_list.c:143:6: error: 'ff_vf_deblock' undeclared 
here (not in a function)
      &ff_vf_deblock,
       ^
./libavfilter/filter_list.c:166:6: error: 'ff_vf_fftdnoiz' undeclared 
here (not in a function)
      &ff_vf_fftdnoiz,
       ^
./libavfilter/filter_list.c:184:6: error: 'ff_vf_graphmonitor' 
undeclared here (not in a function)
      &ff_vf_graphmonitor,
       ^
./libavfilter/filter_list.c:185:6: error: 'ff_vf_greyedge' undeclared 
here (not in a function)
      &ff_vf_greyedge,
       ^
./libavfilter/filter_list.c:209:6: error: 'ff_vf_lut1d' undeclared here 
(not in a function)
      &ff_vf_lut1d,
       ^
./libavfilter/filter_list.c:270:6: error: 'ff_vf_setparams' undeclared 
here (not in a function)
      &ff_vf_setparams,
       ^
./libavfilter/filter_list.c:286:6: error: 'ff_vf_sr' undeclared here 
(not in a function)
      &ff_vf_sr,
       ^
./libavfilter/filter_list.c:301:6: error: 'ff_vf_tmix' undeclared here 
(not in a function)
      &ff_vf_tmix,
       ^
./libavfilter/filter_list.c:312:6: error: 'ff_vf_vibrance' undeclared 
here (not in a function)
      &ff_vf_vibrance,
       ^
./libavfilter/filter_list.c:320:6: error: 'ff_vf_xstack' undeclared here 
(not in a function)
      &ff_vf_xstack,
       ^
./libavfilter/filter_list.c:332:6: error: 'ff_vsrc_pal75bars' undeclared 
here (not in a function)
      &ff_vsrc_pal75bars,
       ^
./libavfilter/filter_list.c:333:6: error: 'ff_vsrc_pal100bars' 
undeclared here (not in a function)
      &ff_vsrc_pal100bars,
       ^
./libavfilter/filter_list.c:343:6: error: 'ff_avf_agraphmonitor' 
undeclared here (not in a function)
      &ff_avf_agraphmonitor,
       ^
ffbuild/common.mak:60: recipe for target 'libavfilter/allfilters.o' failed
make[2]: *** [libavfilter/allfilters.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory 
'/home/jim/mythtv-workdir/packaging/android/build64/mythtv/external/FFmpeg'
Makefile:28: recipe for target 'FFmpeg-all' failed
make[1]: *** [FFmpeg-all] Error 2
make[1]: Leaving directory 
'/home/jim/mythtv-workdir/packaging/android/build64/mythtv/external'
Makefile:68: recipe for target 'external' failed
make: *** [external] Error 2


Any ideas??

Jim A


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20190205/21378109/attachment.html>


More information about the mythtv-users mailing list