File: Makefile.am

package info (click to toggle)
libquicktime 2%3A1.2.4-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,848 kB
  • sloc: ansic: 55,288; sh: 10,976; makefile: 456; sed: 16
file content (21 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
localedir = $(datadir)/locale
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
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