You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:832:21: error: unknown type name 'Text'; did you mean 'text'?
if (Text)
^~~~
text
D:/dev/Mine/C_Project/MediaInfoLib/Project/CMake/../../Source/MediaInfo/File__Analyse_Automatic.h:1200:6: note: 'text' declared here
enum text
^
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:832:25: error: expected unqualified-id
if (Text)
^
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:844:21: error: unknown type name 'Text'; did you mean 'text'?
if (Text)
^~~~
text
D:/dev/Mine/C_Project/MediaInfoLib/Project/CMake/../../Source/MediaInfo/File__Analyse_Automatic.h:1200:6: note: 'text' declared here
enum text
^
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:844:25: error: expected unqualified-id
if (Text)
^
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:958:21: error: unknown type name 'Text'; did you mean 'text'?
if (Text)
^~~~
text
D:/dev/Mine/C_Project/MediaInfoLib/Project/CMake/../../Source/MediaInfo/File__Analyse_Automatic.h:1200:6: note: 'text' declared here
enum text
^
D:/dev/Mine/C_Project/MediaInfoLib/Source/MediaInfo/MediaInfo_Inform.cpp:958:25: error: expected unqualified-id
if (Text)
^
In line 687 of file MediaInfoLib/Source/MediaInfo_Inform.cpp, there is no judgment on MEDIAINFO_JSON_YES. Maybe it should be changed to:
In line 687 of file
MediaInfoLib/Source/MediaInfo_Inform.cpp
, there is no judgment onMEDIAINFO_JSON_YES
. Maybe it should be changed to:#if defined(MEDIAINFO_TEXT_YES) && (defined(MEDIAINFO_HTML_YES) || defined(MEDIAINFO_XML_YES) || defined(MEDIAINFO_JSON_YES) || defined(MEDIAINFO_CSV_YES))
The text was updated successfully, but these errors were encountered: