fix the macros name

This commit is contained in:
Vincent Wei
2017-11-08 16:50:50 +08:00
parent ea10178507
commit 1e8c895fdd
3 changed files with 160 additions and 196 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
#include "sysvideo.h"
#include "pixels_c.h"
#ifdef _MGGAL_ST7167
#ifdef _MGGAL_DFB_ST7167
#include <linux/fb.h>
#include <directfb.h>
@@ -60,5 +60,5 @@ int mgChangeDeviceCallback (GAL_VideoDevice* device)
return 0;
}
#endif /* _MGGAL_ST7167 */
#endif /* _MGGAL_DFB_ST7167 */

View File

@@ -10,7 +10,7 @@
**
*/
#ifdef _MGGAL_ST7167
#ifdef _MGGAL_DFB_ST7167
#ifndef _GAL_st7167video_h
#define _GAL_st7167video_h
@@ -29,5 +29,5 @@ int mgChangeDeviceCallback(GAL_VideoDevice*);
#endif /* _GAL_st7167video_h */
#endif /* _MGGAL_ST7167 */
#endif /* _MGGAL_DFB_ST7167 */