]> git.sesse.net Git - x264/blob - tools/Jamfile
ppc/: compile fixes for Linux/PPC (courtesy of Rasmus Rohde) and
[x264] / tools / Jamfile
1 # Jamfile
2
3 # Little tool to embed h264 into avi
4 Main avc2avi : avc2avi.c ;
5
6 # Little YUV I420 player
7 LINKLIBS = `sdl-config --libs` ;
8 Main xyuv : xyuv.c ;
9