comparison Makefile @ 32454:69d3be4d52a2

Create a new directory, "sub", for subtitles and OSD related code. Move subreader.[ch] into it.
author cigaes
date Wed, 27 Oct 2010 16:28:50 +0000
parents bf593e3827d9
children 5c9189c15fe0
comparison
equal deleted inserted replaced
32453:e789ea19fa5a 32454:69d3be4d52a2
348 playtree.c \ 348 playtree.c \
349 playtreeparser.c \ 349 playtreeparser.c \
350 spudec.c \ 350 spudec.c \
351 sub_cc.c \ 351 sub_cc.c \
352 subopt-helper.c \ 352 subopt-helper.c \
353 subreader.c \
354 vobsub.c \ 353 vobsub.c \
355 libaf/af.c \ 354 libaf/af.c \
356 libaf/af_center.c \ 355 libaf/af_center.c \
357 libaf/af_channels.c \ 356 libaf/af_channels.c \
358 libaf/af_comp.c \ 357 libaf/af_comp.c \
520 stream/stream_cue.c \ 519 stream/stream_cue.c \
521 stream/stream_file.c \ 520 stream/stream_file.c \
522 stream/stream_mf.c \ 521 stream/stream_mf.c \
523 stream/stream_null.c \ 522 stream/stream_null.c \
524 stream/url.c \ 523 stream/url.c \
524 sub/subreader.c \
525 $(SRCS_COMMON-yes) 525 $(SRCS_COMMON-yes)
526 526
527 527
528 SRCS_MPLAYER-$(3DFX) += libvo/vo_3dfx.c 528 SRCS_MPLAYER-$(3DFX) += libvo/vo_3dfx.c
529 SRCS_MPLAYER-$(AA) += libvo/vo_aa.c 529 SRCS_MPLAYER-$(AA) += libvo/vo_aa.c