Advertisement
Guest User

here

a guest
Oct 17th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ifeq ($(CONFIG_LIBFFMPEG_STATIC),yes)
  2. CFLAGS += -I${ROOTDIR}/libav_static/build/ffmpeg/include
  3. LDFLAGS += -L${ROOTDIR}/libav_static/build/ffmpeg/lib -Wl,-Bstatic \
  4. -lavresample -lswresample -lswscale \
  5. -lavutil -lavformat -lavcodec -lavutil \
  6. -lvorbisenc -lvorbis -logg -lx264 -lx11 -lvpx \
  7. -Wl,-Bdynamic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement