Ticket #12634: avoid_bswap_conflict.patch
| File avoid_bswap_conflict.patch, 508 bytes (added by , 10 years ago) |
|---|
-
mythtv/external/FFmpeg/libavutil/bswap.h
Description: Avoid conflicting (and unused) bswap_dbl definition from ffmpeg. Author: Adam Conrad <adconrad@ubuntu.com>
old new static inline uint64_t av_const av_bswap 77 77 #endif 78 78 79 79 #ifndef av_bswap_dbl 80 static inline double bswap_dbl(double x)80 static inline double av_bswap_dbl(double x) 81 81 { 82 82 union { 83 83 uint32_t l[2];
