Recognizes if input is ogg or not.
[xiph/unicode.git] / ffmpeg2theora / Makefile.am
blobc4e2ce024ac1a07a92562fac2bffedb075a45242
1 AUTOMAKE_OPTIONS = 1.8 dist-bzip2 no-dist-gzip
3 SUBDIRS = kino_export
5 EXTRA_DIST = Makefile get_ffmpeg_svn.sh \
6              ffmpeg2theora.1 \
7              get_libkate.sh subtitles.txt
9 bin_PROGRAMS = ffmpeg2theora
11 ffmpeg2theora_SOURCES = src/ffmpeg2theora.c src/theorautils.c src/subtitles.c \
12                         src/ffmpeg2theora.h src/theorautils.h src/subtitles.h
13 ffmpeg2theora_LDFLAGS = -L$(prefix)/lib @XIPH_LIBS@ @KATE_LIBS@ @FFMPEG_LIBS@
14 ffmpeg2theora_CFLAGS = -I./src @XIPH_CFLAGS@ @KATE_CFLAGS@ @FFMPEG_CFLAGS@
16 man_MANS = ffmpeg2theora.1