Guest User

Untitled

a guest
Aug 21st, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index 399f3e1..c847a5f 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -509,12 +509,14 @@ if enabled ffmpeg_static; then
  6. if [ -d "/opt/vc/include" ]; then
  7. CFLAGS="-I/opt/vc/include $CFLAGS"
  8. fi
  9. + echo "CFLAGS: '$CFLAGS'"
  10. check_cc_header "bcm_host" omx_rpi
  11. if enabled omx_rpi; then
  12. CFLAGS="-I/opt/vc/include/IL $OLDCFLAGS"
  13. else
  14. CFLAGS=$OLDCFLAGS
  15. fi
  16. + echo "CFLAGS: '$CFLAGS'"
  17. check_cc_header OMX_Core omx || die "OpenMAX IL not found"
  18. fi
Add Comment
Please, Sign In to add comment