[gephex-user] gephex with the most recent ffmpeg sources (08/01/17)

pierre rep at 314r.net
Thu Jan 17 14:40:32 CET 2008


to compile the latest gephex sources (the darcs ones) with the last 
ffmpeg i had to do this :

in gephex--main--0.4_0/modules/src/ffmpegoutmodule/ffmpegwriter.cpp

replace (beginning at line 178) :

  {
    /* close the output file */
    url_fclose(&oc->pb);
  }

by :

  {
    /* close the output file */
    url_fclose(oc->pb);
  }



More information about the gephex-user mailing list