]> git.sesse.net Git - x264/blob - tools/Jamfile
cosmetics: reorganize intra prediction dsp
[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