After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 719746 - encder: mpeg2: fix compile error
encder: mpeg2: fix compile error
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 719412
 
 
Reported: 2013-12-03 05:15 UTC by Wind Yuan
Modified: 2013-12-04 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix compile error (871 bytes, patch)
2013-12-03 05:17 UTC, Wind Yuan
none Details | Review

Description Wind Yuan 2013-12-03 05:15:33 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
Comment 1 Wind Yuan 2013-12-03 05:17:02 UTC
Created attachment 263367 [details] [review]
fix compile error
Comment 2 Gwenole Beauchesne 2013-12-03 05:42:17 UTC
ok
Comment 3 Gwenole Beauchesne 2013-12-04 18:17:39 UTC
Appled into git master branch. Thanks.
Comment 4 Gwenole Beauchesne 2013-12-04 18:17:46 UTC
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>