#!/bin/sh
# strip-to-mpeg2
#
# remove all stuff thats not really MPEG-2 AAC Reference Software ..
#
# Heiko Purnhagen, University of Hannover <purnhage@tnt.uni-hannover.de>
# Ralph Sperschneider, Fraunhofer IIS-A
# HP 20000403 20020412 20020417 20020419
# RS 20021017
#
# should not be used directly,
# but should rather be called from ../strip-to-mpeg2
#
# usage:
#   ./strip-to-mpeg2
#

./strip-to-mpeg2.sh

echo ISOMP4=0 > makefile.cfg

rm -f verify.pl
rm -f strip-to-refsoft strip-to-mpeg2.sh strip-to-mpeg2

# the end ...
