Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Linking CXX executable ../../../Binaries/dolphin-emu
  2. ../VideoCommon/libvideocommon.a(AVIDump.cpp.o): In function `AVIDump::CreateFile()':
  3. AVIDump.cpp:(.text+0x1de): undefined reference to `av_frame_alloc'
  4. AVIDump.cpp:(.text+0x1ea): undefined reference to `av_frame_alloc'
  5. ../VideoCommon/libvideocommon.a(AVIDump.cpp.o): In function `AVIDump::CloseFile()':
  6. AVIDump.cpp:(.text+0x77a): undefined reference to `av_frame_free'
  7. AVIDump.cpp:(.text+0x784): undefined reference to `av_frame_free'
  8. collect2: error: ld returned 1 exit status
  9. make[2]: *** [Binaries/dolphin-emu] Error 1
  10. make[1]: *** [Source/Core/DolphinWX/CMakeFiles/dolphin-emu.dir/all] Error 2
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement