jaeguly / libmediainfo

Here is for Android version of libmediainfo. MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. Refer to

Home Page:http://sourceforge.net/projects/mediainfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't work with files larger then 2GB

olegazyx opened this issue · comments

Return only "Complete name" and "File size: 0.00 Byte" fields.

Try to append USER_CFLAGS += -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 in Android.mk

This is the first thing I tried to do. It didn't help