Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios11 AVMediaType conflict #23

Open
MuFengYi opened this issue Sep 20, 2017 · 1 comment
Open

ios11 AVMediaType conflict #23

MuFengYi opened this issue Sep 20, 2017 · 1 comment

Comments

@MuFengYi
Copy link

MuFengYi commented Sep 20, 2017

ios11 system enum AVMediaType
avutil.h
enum AVMediaType {
AVMEDIA_TYPE_UNKNOWN = -1, ///< Usually treated as AVMEDIA_TYPE_DATA
AVMEDIA_TYPE_VIDEO,
AVMEDIA_TYPE_AUDIO,
AVMEDIA_TYPE_DATA, ///< Opaque data information usually continuous
AVMEDIA_TYPE_SUBTITLE,
AVMEDIA_TYPE_ATTACHMENT, ///< Opaque data information usually sparse
AVMEDIA_TYPE_NB
};
conflict

@mubinrevcord
Copy link

I read this:- #6

So better you change like I changed. Changed that enum AVMediaType to AVMediaTypeFFMPEG. then you build code so where ever you see the errors change replace this enum name with AVMediaTypeFFMPEG. it will take 5 minutes. and you can run project again in iOS 11 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants