Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
543f00c7
Commit
543f00c7
authored
Sep 27, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfoundation: Drop silly _dec suffix from filename
parent
d46cd249
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
Makefile
libavdevice/Makefile
+1
-1
avfoundation.m
libavdevice/avfoundation.m
+0
-0
No files found.
libavdevice/Makefile
View file @
543f00c7
...
...
@@ -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
...
...
libavdevice/avfoundation
_dec
.m
→
libavdevice/avfoundation.m
View file @
543f00c7
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment