mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
fix the macros name
This commit is contained in:
348
configure.ac
348
configure.ac
File diff suppressed because it is too large
Load Diff
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user