Mercurial > mplayer.hg
view TOOLS/realcodecs/Makefile @ 21382:ff5daa88fde7
improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
author | gpoirier |
---|---|
date | Thu, 30 Nov 2006 09:27:45 +0000 |
parents | 0fd1b699210c |
children |
line wrap: on
line source
SRCS = 14_4.c 28_8.c cook.c drv2.c drv3.c drv4.c ra.c rv30.c sipr.c TARGETS = $(SRCS:.c=.so.6.0) %.o: %.c cc -c $< -g %.so.6.0: %.o ld -shared -o $@ $< -ldl -lc all: $(TARGETS) clean: rm -f $(TARGETS)