mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
no audio / video decoding, yet :-(
Origin commit data
------------------
Branch: master
Commit: 92edef3e48
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-10-05 (Sat, 05 Oct 2013)
------------------
This commit was generated by Migit
11 lines
210 B
C
11 lines
210 B
C
#include <config.h>
|
|
#if HAVE_GENERIC_HARDWARE
|
|
#if BOXMODEL_RASPI
|
|
#include "../raspi/glfb.h"
|
|
#else
|
|
#include "../generic-pc/glfb.h"
|
|
#endif
|
|
#else
|
|
#error glfb.h only works with HAVE_GENERIC_HARDWARE defined
|
|
#endif
|