On 01/10/2012 05:34 PM, Aneesh Dogra wrote: > --- > tests/fate/dpcm.mak | 4 +++- > tests/ref/fate/adpcm-4xm-audio | 1 + > 2 files changed, 4 insertions(+), 1 deletions(-) > create mode 100644 tests/ref/fate/adpcm-4xm-audio > > diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak > index 606a524..3124a98 100644 > --- a/tests/fate/dpcm.mak > +++ b/tests/fate/dpcm.mak > @@ -1,3 +1,6 @@ > +FATE_TESTS += fate-adpcm-4xm-audio > +fate-adpcm-4xm-audio: CMD = md5 -i $(SAMPLES)/4xm/dracula.4xm -vn -f s16le > +
you don't need "-audio" at the end. fate-adpcm-4xm is fine. > FATE_TESTS += fate-adpcm-ea-r2 > fate-adpcm-ea-r2: CMD = crc -i $(SAMPLES)/ea-mpc/THX_logo.mpc -vn > > @@ -39,4 +42,3 @@ fate-thp-mjpeg-adpcm: CMD = framecrc -idct simple -i > $(SAMPLES)/thp/pikmin2-open > > FATE_TESTS += fate-dpcm-xan > fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le > - don't remove the blank line at the end > diff --git a/tests/ref/fate/adpcm-4xm-audio b/tests/ref/fate/adpcm-4xm-audio > new file mode 100644 > index 0000000..90aa3eb > --- /dev/null > +++ b/tests/ref/fate/adpcm-4xm-audio > @@ -0,0 +1 @@ > +81abdcd1b9fcd7adc952482570723558 Thanks, Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
