Commit 543f00c7 authored by Diego Biurrun's avatar Diego Biurrun

avfoundation: Drop silly _dec suffix from filename

parent d46cd249
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment