~ubuntu-branches/debian/sid/mplayer/sid

« back to all changes in this revision

Viewing changes to dvdread/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): A Mennucc1
  • Date: 2009-03-23 10:05:45 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090323100545-x8h79obawnnte7kk
Tags: 1.0~rc2+svn20090303-5
debian/control : move docbook-xml,docbook-xsl,xsltproc from 
Build-Depends-Indep to Build-Depends, since they are needed to run
configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include ../config.mak
2
 
 
3
 
LIBNAME_COMMON = libdvdread.a
4
 
 
5
 
SRCS_COMMON = cmd_print.c \
6
 
              dvd_input.c \
7
 
              dvd_reader.c \
8
 
              dvd_udf.c \
9
 
              ifo_print.c \
10
 
              ifo_read.c \
11
 
              md5.c \
12
 
              nav_print.c \
13
 
              nav_read.c \
14
 
 
15
 
CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE
16
 
 
17
 
CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
18
 
 
19
 
include ../mpcommon.mak