comparison libmpcodecs/Makefile @ 19271:64d82a45a05d

introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
author ben
date Mon, 31 Jul 2006 17:39:17 +0000
parents 1ea5c31932fd
children 4f71ed7cb512
comparison
equal deleted inserted replaced
19270:7d39b911f0bd 19271:64d82a45a05d
319 319
320 CFLAGS = $(OPTFLAGS) \ 320 CFLAGS = $(OPTFLAGS) \
321 -I. -I.. \ 321 -I. -I.. \
322 -Inative \ 322 -Inative \
323 -I../libmpdemux \ 323 -I../libmpdemux \
324 -I../stream \
324 -I../loader \ 325 -I../loader \
325 $(LIBAV_INC) \ 326 $(LIBAV_INC) \
326 -D_GNU_SOURCE \ 327 -D_GNU_SOURCE \
327 328
328 .SUFFIXES: .c .o 329 .SUFFIXES: .c .o