libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 22ca072be258b005b6a10ca7b4de509070659fe4
parent a6eb6ae6640d929626af96bf8cedda686de8b5dd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Sep 2012 11:54:39 +0000

renaming testdata files, adding to dist

Diffstat:
Msrc/plugins/Makefile.am | 4++++
Rsrc/plugins/testdata/30_and_33.asf -> src/plugins/testdata/gstreamer_30_and_33.asf | 0
Rsrc/plugins/testdata/barsandtone.flv -> src/plugins/testdata/gstreamer_barsandtone.flv | 0
Rsrc/plugins/testdata/sample_sorenson.mov -> src/plugins/testdata/gstreamer_sample_sorenson.mov | 0
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -23,10 +23,14 @@ EXTRA_DIST = \ testdata/exiv2_iptc.jpg \ testdata/flac_kraftwerk.flac \ testdata/gif_image.gif \ + testdata/gstreamer_30_and_33.asf \ + testdata/gstreamer_barsandtone.flv \ + testdata/gstreamer_sample_sorenson.mov \ testdata/html_grothoff.html \ testdata/it_dawn.it \ testdata/jpeg_image.jpg \ testdata/man_extract.1 \ + testdata/matroska_flame.mkv \ testdata/midi_dth.mid \ testdata/mpeg_alien.mpg \ testdata/mpeg_melt.mpg \ diff --git a/src/plugins/testdata/30_and_33.asf b/src/plugins/testdata/gstreamer_30_and_33.asf Binary files differ. diff --git a/src/plugins/testdata/barsandtone.flv b/src/plugins/testdata/gstreamer_barsandtone.flv Binary files differ. diff --git a/src/plugins/testdata/sample_sorenson.mov b/src/plugins/testdata/gstreamer_sample_sorenson.mov Binary files differ.