File: Makefile.am

package info (click to toggle)
libquicktime 2%3A1.0.2%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,496 kB
  • ctags: 6,233
  • sloc: ansic: 48,217; sh: 10,075; makefile: 425; sed: 16
file content (22 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
localedir = $(datadir)/locale

if HAVE_LIBSWSCALE
libswscale_cflags = @LIBSWSCALE_CFLAGS@
libswscale_libs   = @LIBSWSCALE_LIBS@
else
libswscale_cflags =
libswscale_libs   =
endif

AM_CFLAGS = @AVCODEC_CFLAGS@ $(libswscale_cflags) -DLOCALE_DIR=\"$(localedir)\"


pkglib_LTLIBRARIES = lqt_ffmpeg.la

lqt_ffmpeg_la_SOURCES = lqt_ffmpeg.c audio.c video.c params.c
lqt_ffmpeg_la_LDFLAGS = -avoid-version -module
lqt_ffmpeg_la_LIBADD = @MODULE_LIBADD@ @AVCODEC_LIBS@ $(libswscale_libs)

noinst_HEADERS = ffmpeg.h params.h

INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include/quicktime