FFMS / ffms2

An FFmpeg based source library and Avisynth/VapourSynth plugin for easy frame accurate access
Other
582 stars 105 forks source link

C-plugin catchup #160

Closed qyot27 closed 10 years ago

qyot27 commented 10 years ago

As-is, this pull request is incomplete, with the additional necessary fixes (for GNUmakefile, porting changes from the standard AviSynth plugin to the C plugin) contained in the travisfix branch.

Of which, should the C plugin branch even have its own Travis configuration? Generally, if the master branch works, the C plugin branch will as well (but I did go ahead and modify the .travis.yml file that exists on the C plugin branch so it should work...not that I've actually tested it, since it seems to require the parent repo to have it in the branch first for pulls to register against it).

I can just add those commits to this pull request, but I kept them separate because it was easier to keep the cplugin_master migration branch in sync with upstream if I did.

tgoyne commented 10 years ago

Since the C plugin branch has its own configure script, it could fail to build despite master building successfully (and that's all that's actually being tested on travis at the moment), so a working travis config does seem useful.

qyot27 commented 10 years ago

Okay, added the extra commits.

qyot27 commented 10 years ago

Ping?