EXLMOTODEV

gcc_linking_order.patch

Mar 10th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.47 KB | None | 0 0
  1. diff --git a/BBQScreenClient2.linux.pro b/BBQScreenClient2.linux.pro
  2. index 225095f..ab034d0 100644
  3. --- a/BBQScreenClient2.linux.pro
  4. +++ b/BBQScreenClient2.linux.pro
  5. @@ -26,11 +26,11 @@ include(BBQScreenClient2.pri)
  6.  LIBS += -L/usr/local/lib
  7.  
  8.  # Set list of required FFmpeg libraries
  9. -LIBS += -lavutil \
  10. +LIBS += -lswresample \
  11.      -lavcodec \
  12.      -lavformat \
  13. +    -lavutil \
  14.      -lswscale \
  15. -    -lswresample \
  16.      -lz
  17.  
  18.  # Requied for some C99 defines
Advertisement
Add Comment
Please, Sign In to add comment