~ubuntu-branches/ubuntu/oneiric/bombono-dvd/oneiric

« back to all changes in this revision

Viewing changes to src/mdemux/tests/SConscript

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-01-03 10:25:30 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103102530-mos2l5do984anaw8
Tags: 1.0.0-0ubuntu1
* New upstream release (LP: #695754).
* Build-depends on libavformat-dev,libswscale-dev.
* Recommends on ttf-freefont.
* Don't install FreeSans.ttf, already available in ttf-freefont.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                'test_dvdread.cpp',
30
30
                'test_main.cpp',
31
31
                'test_mpeg2.cpp',
 
32
                'test_ffmpeg.cpp',
32
33
               ]
33
34
 
34
35
bin_mdemux_tests_env.Program( target = test_prg_name, source = source_files )