Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. gcc -O0 \
  4. -DRASPBERRY_PI -DOMX_SKIP64BIT -DUSE_VCHIQ_ARM \
  5. -I/opt/vc/include -I/opt/vc/interface/vmcs_host/linux -I/opt/vc/interface/vcos/pthreads \
  6. -fPIC -export-dynamic -o test_omx \
  7. -lm \
  8. test_omx.c omx.c \
  9. -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads \
  10. -I/opt/vc/include/interface/vmcs_host/linux -lbrcmEGL -lbrcmGLESv2 \
  11. -lbcm_host -L/opt/vc/lib \
  12. -std=gnu99 \
  13. -lrt \
  14. -lpthread -lv4lconvert \
  15. -lmmal -lmmal_core -lmmal_vc_client -lmmal_components -lmmal_util \
  16. -L/opt/vc/lib -lbcm_host -lvcos -lopenmaxil -ldl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement