GNOME Bugzilla – Bug 719746
encder: mpeg2: fix compile error
Last modified: 2013-12-04 18:17:46 UTC
./configure CFLAGS=-Wall gstvaapiencoder_mpeg2.c: In function 'fill_picture': gstvaapiencoder_mpeg2.c:226:3: error: unknown type name 'uint8_t' make[5]: *** [libgstvaapi_1.0_la-gstvaapiencoder_mpeg2.lo] Error 1
Created attachment 263367 [details] [review] fix compile error
ok
Appled into git master branch. Thanks.
commit fdddf83c71a59b395afe60a0483d3bb3e3231a7b Author: Wind Yuan <feng.yuan@intel.com> Date: Tue Nov 26 14:38:23 2013 +0800 encoder: fix mpeg2 compilation error. https://bugzilla.gnome.org/show_bug.cgi?id=719746 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>