Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5a79bd41
Commit
5a79bd41
authored
May 18, 2015
by
Thomas Guillem
Browse files
rename android_mediacodec to mediacodec.c
parent
71a05464
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/codec/Makefile.am
View file @
5a79bd41
...
...
@@ -397,7 +397,7 @@ libiomx_plugin_la_CPPFLAGS = $(libomxil_plugin_la_CPPFLAGS) -DUSE_IOMX
libiomx_plugin_la_LIBADD
=
$(libomxil_plugin_la_LIBADD)
libmediacodec_plugin_la_CPPFLAGS
=
$(AM_CPPFLAGS)
-I
$(srcdir)
/codec/omxil
libmediacodec_plugin_la_SOURCES
=
codec/omxil/
android_
mediacodec.c codec/omxil/utils.c
\
libmediacodec_plugin_la_SOURCES
=
codec/omxil/mediacodec.c codec/omxil/utils.c
\
video_chroma/copy.c codec/omxil/android_opaque.c codec/omxil/android_opaque.h
\
packetizer/h264_nal.c packetizer/h264_nal.h
packetizer/hevc_nal.c
packetizer/hevc_nal.h
...
...
modules/codec/omxil/
android_
mediacodec.c
→
modules/codec/omxil/mediacodec.c
View file @
5a79bd41
/*****************************************************************************
*
android_
mediacodec.c: Video decoder module using the Android MediaCodec API
* mediacodec.c: Video decoder module using the Android MediaCodec API
*****************************************************************************
* Copyright (C) 2012 Martin Storsjo
*
...
...
Write
Preview
Supports
Markdown
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