]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-build.patch
dcfae7eca1fb88454909403eca63c9e05ed676ca
[packages/ffmpeg.git] / ffmpeg-build.patch
1 --- ffmpeg-2.6/libavutil/opencl.c~      2015-03-06 23:35:33.000000000 +0100
2 +++ ffmpeg-2.6/libavutil/opencl.c       2015-03-08 08:06:27.318661228 +0100
3 @@ -588,6 +588,7 @@ end:
4  
5  void av_opencl_uninit(void)
6  {
7 +    int i;
8      cl_int status;
9      LOCK_OPENCL;
10      opencl_ctx.init_count--;
This page took 0.085211 seconds and 2 git commands to generate.