andygrundman / libmediascan

C library for scanning audio/video/image file metadata
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Revised update to enable modern FFmpeg and GIFLIB #6

Closed fsbruva closed 5 years ago

fsbruva commented 5 years ago

This PR is a rebased version of branch which supersedes PR #5 that omits the wholesale whitespace removal. It successfully builds against FFmpeg 4.1.2 and GIFLIB 5.1.4.

It accomplishes the following:

Additionally, several precompiler directives were implemented by @chincheta0815 to improve build support for Solaris and FreeBSD. Lastly, it removes trailing whitespace throughout the project.

Closes #1, #2, #4. Incorporates #3 .