# # Copyright (C) 2018 Texas Instruments # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published by # the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # this program. If not, see . # bin_PROGRAMS = tidec_decode LDADD_COMMON = @DRM_LIBS@ AM_CFLAGS = @DRM_CFLAGS@ @WARN_CFLAGS@ -I$(top_srcdir)/util LDFLAGS = -lm -lavcodec -lavutil -lavformat -lswresample -lbz2 -lz -llzma -ltheoraenc -ltheoradec -logg tidec_decode_SOURCES = main.c demux.c tidec_decode_LDADD = $(LDADD_COMMON)