Skip to content

Commit

Permalink
windows: Fix cross-compilation of libmyth.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall authored and jyavenard committed Jun 16, 2011
1 parent 2235cc8 commit 0ee297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audiooutpututil.cpp
Expand Up @@ -12,7 +12,7 @@ using namespace std;
#include <libkern/OSByteOrder.h>
#define bswap_16 OSSwapInt16
#define bswap_32 OSSwapInt32
#else
#elif HAVE_BIGENDIAN
#error No bswap functions defined
#endif

Expand Down

0 comments on commit 0ee297f

Please sign in to comment.