Advertisement
Pepes

tvheadend ffmpeg

Jul 18th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. cd /root/tvheadend/build.linux/ffmpeg/x264-snapshot-20170515-2245 && FFMPEG_PREFIX=/root/tvheadend/build.linux/ffmpeg/build/ffmpeg PKG_CONFIG=/root/tvheadend/support/pkg-config.ffmpeg ./configure --prefix=/ffmpeg --enable-static --disable-shared \
  2. --extra-asflags="-DPIC" \
  3. --extra-cflags="-fPIE" \
  4. --disable-cli \
  5. --disable-swscale \
  6. --disable-lavf \
  7. --disable-avs \
  8. --disable-ffms \
  9. --disable-gpac \
  10. --disable-lsmash \
  11. --host=powerpc-linux-gnuspe
  12. Unknown option --disable-shared, ignored
  13. No working C compiler found.
  14. Makefile.ffmpeg:209: recipe for target '/root/tvheadend/build.linux/ffmpeg/x264-snapshot-20170515-2245/.tvh_build' failed
  15. make[3]: *** [/root/tvheadend/build.linux/ffmpeg/x264-snapshot-20170515-2245/.tvh_build] Error 1
  16. make[3]: Leaving directory '/root/tvheadend'
  17. Makefile:778: recipe for target '/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a' failed
  18. make[2]: *** [/root/tvheadend/build.linux/ffmpeg/build/ffmpeg/lib/libavcodec.a] Error 2
  19. make[2]: Leaving directory '/root/tvheadend'
  20. debian/rules:11: recipe for target 'override_dh_auto_build' failed
  21. make[1]: *** [override_dh_auto_build] Error 2
  22. make[1]: Leaving directory '/root/tvheadend'
  23. debian/rules:5: recipe for target 'build' failed
  24. make: *** [build] Error 2
  25. dpkg-buildpackage: error: debian/rules build gave error exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement