Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
06-10-2013, 01:35 PM (This post was last modified: 06-10-2013 01:44 PM by Erector.)
Post: #21
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
sorry i miss.
1. ffmpeg build.
exsample: (if you want add Additional option, please reference to ppsspp/ffmpeg any sh scripts.)
Code:
$ apt-get install yasm
$ (and need these maybe. if failed builds, add these. libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev)
$ ./configure --enable-shared --prefix=/usr --shlibdir=/usr/lib64
$ make clean
$ make install

2. add libdl and ffmpeg libs to target_link_linraries.
line 934: ppsspp/CMakeFiles.txt
Code:
target_link_libraries(${CoreLibName} Common native kirk cityhash xbrz ${CMAKE_DL_LIBS} avformat avcodec avutil swresample swscale
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit] - Erector - 06-10-2013 01:35 PM

Forum Jump: