comparison libmpcodecs/Makefile @ 19136:87f9eebbf712

new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
author ben
date Wed, 19 Jul 2006 21:46:06 +0000
parents e84360ee61c9
children 6e6ca469073b
comparison
equal deleted inserted replaced
19135:776e4be859e9 19136:87f9eebbf712
308 308
309 SRCS=$(AUDIO_SRCS) \ 309 SRCS=$(AUDIO_SRCS) \
310 $(VIDEO_SRCS) \ 310 $(VIDEO_SRCS) \
311 $(VFILTER_SRCS) \ 311 $(VFILTER_SRCS) \
312 $(NATIVE_SRCS) \ 312 $(NATIVE_SRCS) \
313 mpeg_packetizer.c \
313 img_format.c \ 314 img_format.c \
314 315
315 OBJS=$(SRCS:.c=.o) 316 OBJS=$(SRCS:.c=.o)
316 317
317 SRCS2=$(ENCODER_SRCS) 318 SRCS2=$(ENCODER_SRCS)