Mercurial > mplayer.hg
view libdha/config.h @ 17438:81d2f40ce5d4
change goals slightly..
max_index_distance removed
index changed to combination of syncpoint index and pts for keyframes
back_ptr changed - points to most correct keyframe, not most recent.
max(last_dts) <= syncpoint timestamp <= min(future_pts)
author | ods15 |
---|---|
date | Fri, 20 Jan 2006 19:10:55 +0000 |
parents | 9dbb9c710480 |
children | a7e5d72343e5 |
line wrap: on
line source
#ifndef LIBDHA_CONFIG_H #define LIBDHA_CONFIG_H #include "../config.h" #ifdef TARGET_LINUX #ifndef __powerpc__ #define CONFIG_DHAHELPER #endif #endif #if defined(__powerpc__) && defined(CONFIG_SVGAHELPER) #undef CONFIG_SVGAHELPER #endif #endif /* LIBDHA_CONFIG_H */