~ubuntu-branches/ubuntu/natty/x264/natty

« back to all changes in this revision

Viewing changes to tools/Jamfile

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-02-14 12:51:13 UTC
  • Revision ID: james.westby@ubuntu.com-20060214125113-t2vdkiqgcctz9ndd
Tags: upstream-0.cvs20060210
ImportĀ upstreamĀ versionĀ 0.cvs20060210

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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