mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-03 08:57:59 +02:00
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.
9 lines
174 B
Makefile
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)
|