weston/wcap/Makefile.am
Kristian Høgsberg c12efd0aa7 wcap: Just make wcap-decode dump YUV4MPEG2
Instead of having a custom fork of the vpxenc tool in weston, we can
just dump raw YUV data in the YUV4MPEG2 format and feed that into the
upstream vpxenc.  This also works with theora_encoder and probably many
other encoders.
2012-07-18 15:52:13 -04:00

9 lines
174 B
Makefile

bin_PROGRAMS = wcap-decode
wcap_decode_SOURCES = \
main.c \
wcap-decode.c \
wcap-decode.h
wcap_decode_CFLAGS = $(WCAP_CFLAGS)
wcap_decode_LDADD = $(WCAP_LIBS)