Skip to content

Commit

Permalink
jpeg: fix compilation for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Apr 20, 2016
1 parent 16b5785 commit 5743000
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/codec/jpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ static int OpenDecoder(vlc_object_t *p_this)
#define G_LITTLE_ENDIAN 1234
#define G_BIG_ENDIAN 4321

typedef unsigned int uint;
typedef unsigned short ushort;

LOCAL( unsigned short )
de_get16( void * ptr, uint endian ) {
unsigned short val;
Expand Down

0 comments on commit 5743000

Please sign in to comment.