~ubuntu-branches/ubuntu/vivid/ffmpeg/vivid

« back to all changes in this revision

Viewing changes to tests/fate/flac.mak

  • Committer: Package Import Robot
  • Author(s): Andreas Cadhalpun
  • Date: 2014-11-05 01:18:23 UTC
  • mfrom: (0.2.17 sid)
  • Revision ID: package-import@ubuntu.com-20141105011823-xsbeceffs43wtkn7
Tags: 7:2.4.3-1
* Import new upstream bugfix release 2.4.3.
   - Refresh Change-symbol-versioning.patch.
   - Add new symbols to the libavdevice symbols file.
* Enable libbs2b on arm64, since it is now available.
* Disable frei0r and libx264 on x32, libsoxr and openal on sparc64
  and libopencv on m68k, sh4, sparc64 and x32, because they are not
  (yet) avialable there.
* Disable assembler optimizations on x32, as they wouldn't work there.
* Include config.log in the build-log, when compiling fails.
* Add fix-hppa-tests.patch to work around a gcc bug on hppa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
FATE_FLAC += fate-flac-16-chmode-indep                                  \
 
2
             fate-flac-16-chmode-left_side                              \
 
3
             fate-flac-16-chmode-mid_side                               \
 
4
             fate-flac-16-chmode-right_side                             \
 
5
             fate-flac-16-fixed                                         \
 
6
             fate-flac-16-lpc-cholesky                                  \
 
7
             fate-flac-16-lpc-levinson                                  \
 
8
             fate-flac-24-comp-8                                        \
 
9
 
 
10
fate-flac-16-chmode-%: OPTS = -ch_mode $(@:fate-flac-16-chmode-%=%)
 
11
fate-flac-16-fixed:    OPTS = -lpc_type fixed
 
12
fate-flac-16-lpc-%:    OPTS = -lpc_type $(@:fate-flac-16-lpc-%=%)
 
13
 
 
14
fate-flac-16-%: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
 
15
fate-flac-16-%: CMD = enc_dec_pcm flac wav s16le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS)
 
16
 
 
17
fate-flac-24-comp-%: OPTS = -compression_level $(@:fate-flac-24-comp-%=%)
 
18
 
 
19
fate-flac-24-%: REF = $(SAMPLES)/audio-reference/divertimenti_2ch_96kHz_s24.wav
 
20
fate-flac-24-%: CMD = enc_dec_pcm flac wav s24le $(subst $(SAMPLES),$(TARGET_SAMPLES),$(REF)) -c flac $(OPTS)
 
21
 
 
22
fate-flac-%: CMP = oneoff
 
23
fate-flac-%: FUZZ = 0
 
24
 
 
25
FATE_FLAC-$(call ENCMUX, FLAC, FLAC) += $(FATE_FLAC)
 
26
 
 
27
FATE_SAMPLES_AVCONV += $(FATE_FLAC-yes)
 
28
fate-flac: $(FATE_FLAC)