avfoundation: Drop silly _dec suffix from filename

This commit is contained in:
Diego Biurrun 2017-09-27 15:28:33 +02:00
parent d46cd24986
commit 543f00c78e
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
# input devices
OBJS-$(CONFIG_ALSA_INDEV) += alsa.o
OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation_dec.o
OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o
OBJS-$(CONFIG_BKTR_INDEV) += bktr.o
OBJS-$(CONFIG_DV1394_INDEV) += dv1394.o
OBJS-$(CONFIG_FBDEV_INDEV) += fbdev.o