ue4plugins / VlcMedia

Media Framework plug-in using the Video LAN Codec (libvlc).
BSD 3-Clause "New" or "Revised" License
267 stars 145 forks source link

Include wrong files #19

Closed zhouhuirun2015 closed 8 years ago

zhouhuirun2015 commented 8 years ago

When compiled in 4.10.2 or 4.12.3, it warns that missing files below:

  1. Runtime/Media/Public/IMediaOptions.h
  2. Runtime/Media/Public/IMediaAudioSink.h
  3. Runtime/MediaAssets/Public/FileMediaSource.h

Cannot find these files in engine source dir.

kay0u commented 8 years ago

Hi,

In the README.md:

Make sure to pull the Tag that matches your Unreal Engine version. If you sync to Master the code may not compile, because it may depend on Engine changes that are not yet available in the UE4 Master branch.

Have you used the good tag (not the master branch)?

zhouhuirun2015 commented 8 years ago

Still cannot find these files in 4.12.0-preview-1 ~ 4.12.0-preview-5

gmpreussner commented 8 years ago

Please sync to the VlcMedia 4.12 tag, not Master

zhouhuirun2015 commented 8 years ago

Ok, Thanks.