added some Haiku media definitions
made mpglib beos compatible git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20383 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -78,5 +78,14 @@ extern float roundf(float value);
|
||||
#define INT64_MAX LONGLONG_MAX
|
||||
#endif
|
||||
|
||||
#define B_MPEG_2_AUDIO_LAYER_1 (enum mpeg_id)0x201
|
||||
#define B_MPEG_2_AUDIO_LAYER_2 (enum mpeg_id)0x202
|
||||
#define B_MPEG_2_AUDIO_LAYER_3 (enum mpeg_id)0x203
|
||||
#define B_MPEG_2_VIDEO (enum mpeg_id)0x211
|
||||
#define B_MPEG_2_5_AUDIO_LAYER_1 (enum mpeg_id)0x301
|
||||
#define B_MPEG_2_5_AUDIO_LAYER_2 (enum mpeg_id)0x302
|
||||
#define B_MPEG_2_5_AUDIO_LAYER_3 (enum mpeg_id)0x303
|
||||
|
||||
|
||||
#endif // HAIKU_BUILD_COMPATIBILITY_H
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SubDir HAIKU_TOP src add-ons media plugins mp3_decoder mpglib ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
StaticLibrary libmpglib.a :
|
||||
common.c
|
||||
dct64_i386.c
|
||||
|
||||
Reference in New Issue
Block a user