diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am index 57b12b9f7b..e30ec1e3cc 100644 --- a/sys/applemedia/Makefile.am +++ b/sys/applemedia/Makefile.am @@ -89,7 +89,9 @@ else libgstapplemedia_la_SOURCES += \ qtkitvideosrc.m \ vtenc.c \ - vtdec.c + vtdec.c \ + vth264decbin.c \ + vth264encbin.c libgstapplemedia_la_LDFLAGS += \ -Wl,-framework -Wl,Cocoa \ diff --git a/sys/applemedia/plugin.m b/sys/applemedia/plugin.m index e4fe9e3bc7..098ec90bdc 100644 --- a/sys/applemedia/plugin.m +++ b/sys/applemedia/plugin.m @@ -30,9 +30,11 @@ #ifdef HAVE_AVFOUNDATION #include "avfvideosrc.h" #endif +#ifndef HAVE_IOS #include "vth264decbin.h" #include "vth264encbin.h" #include "vtdec.h" +#endif #include "atdec.h" #ifndef HAVE_IOS