[FFmpeg-cvslog] avfoundation: Drop silly _dec suffix from filename
Diego Biurrun
git at videolan.org
Sat Nov 11 22:18:06 EET 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Sep 27 15:28:33 2017 +0200| [543f00c78e6dc9fbb1ad83bfd8d57b5127cb4bac] | committer: Diego Biurrun
avfoundation: Drop silly _dec suffix from filename
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=543f00c78e6dc9fbb1ad83bfd8d57b5127cb4bac
---
libavdevice/Makefile | 2 +-
libavdevice/{avfoundation_dec.m => avfoundation.m} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1160088c32..420fb065d2 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -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
diff --git a/libavdevice/avfoundation_dec.m b/libavdevice/avfoundation.m
similarity index 100%
rename from libavdevice/avfoundation_dec.m
rename to libavdevice/avfoundation.m
More information about the ffmpeg-cvslog
mailing list