view dvdread/Makefile @ 25661:293aeec83153

Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with an almost-trivial implementation. This allows making the builtin codec structs const, and it also makes clearer that this "selected" status is not used outside the init functions.
author reimar
date Sat, 12 Jan 2008 14:05:46 +0000
parents 39b8ccb91251
children d4f4ce3534c3
line wrap: on
line source

include ../config.mak

LIBNAME_COMMON = libdvdread.a

SRCS_COMMON = cmd_print.c \
              dvd_input.c \
              dvd_reader.c \
              dvd_udf.c \
              ifo_print.c \
              ifo_read.c \
              md5.c \
              nav_print.c \
              nav_read.c \

CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE

CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H

include ../mpcommon.mak