]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gst1-plugins-ugly: fix x264 compile failure
authorPeter Seiderer <ps.report@gmx.net>
Mon, 30 Apr 2018 19:47:17 +0000 (21:47 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 6 May 2018 21:18:01 +0000 (23:18 +0200)
commit8d5667f185d4c0ce2cdaf0800b4f5680256d6a5c
tree3d3cff99a433e08cb21c3e0c04ff66803f209a62
parentd5eeda49583a090d8f8265aed1461d9ae4450ca8
gst1-plugins-ugly: fix x264 compile failure

Add upstream patch to fix compile with latest x264 library.

Fixes [1]:

  gstx264enc.c: In function 'plugin_init':
  gstx264enc.c:2900:36: error: 'x264_bit_depth' undeclared (first use in this function); did you mean 'x264_picture_t'?
     default_vtable.x264_bit_depth = &x264_bit_depth;
                                      ^~~~~~~~~~~~~~
                                      x264_picture_t

[1] http://autobuild.buildroot.net/results/a766a28c584534b6a30839cfd98428d840bce3f2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gst1-plugins-ugly/0001-x264enc-fix-build-with-newer-x264-with-support-for-m.patch [new file with mode: 0644]