mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Hm, I broke compilation on 0.3.1... This really fixes it
Original commit message from CVS: Hm, I broke compilation on 0.3.1... This really fixes it
This commit is contained in:
parent
ca6bb3a644
commit
6203d26d0c
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
#if MPEG2_RELEASE < MPEG2_VERSION(0,3,2)
|
||||
*/
|
||||
#ifndef MPEG2_RELEASE
|
||||
#define MPEG2_VERSION(a,b,c) ((((a)&0xff)<<16)|(((b)&0xff)<<8)|((c)&0xff))
|
||||
#define MPEG2_RELEASE MPEG2_VERSION(0,3,1)
|
||||
typedef picture_t mpeg2_picture_t;
|
||||
typedef gint mpeg2_state_t;
|
||||
#define STATE_BUFFER 0
|
||||
|
|
Loading…
Reference in a new issue