X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Fvideo%2FMakefile;fp=cinelerra-5.1%2Flibzmpeg3%2Fvideo%2FMakefile;h=34b717b90f42fb2962c6e6e73f154580b5522a9f;hp=0000000000000000000000000000000000000000;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b diff --git a/cinelerra-5.1/libzmpeg3/video/Makefile b/cinelerra-5.1/libzmpeg3/video/Makefile new file mode 100644 index 00000000..34b717b9 --- /dev/null +++ b/cinelerra-5.1/libzmpeg3/video/Makefile @@ -0,0 +1,31 @@ +include ../global_config +export CFLAGS + +OBJS = \ + getpicture.o \ + headers.o \ + idct.o \ + macroblocks.o \ + mmxtest.o \ + motion.o \ + mpeg3video.o \ + output.o \ + reconstruct.o \ + seek.o \ + slice.o \ + vlc.o + + +all: $(OBJS) $(MMXOBJS2) + +.c.o: + $(CC) -c `./c_flags` $*.c + +.s.o: + $(NASM) -f elf $*.s + +.S.o: + $(CC) -c `./c_flags` $*.S + +clean: + rm -f *.o