LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
-TESTS= imgresample-test fft-test dct-test
-ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid_test motion-test
-endif
-
include ../common.mak
-tests: apiexample $(TESTS)
-
clean::
rm -f \
i386/*.o i386/*~ \
sparc/*.o sparc/*~ \
apiexample $(TESTS)
+TESTS= imgresample-test fft-test dct-test
+ifeq ($(TARGET_ARCH_X86),yes)
+TESTS+= cpuid_test motion-test
+endif
+
+tests: apiexample $(TESTS)
+
apiexample: apiexample.o $(LIB)
cpuid_test: i386/cputest.c