mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino: fix build on tripledragon
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2dab7f0a29
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-10 (Sat, 10 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -165,7 +165,7 @@ CMenuOptionChooser::keyval_ext VIDEOMENU_VIDEOMODE_OPTIONS[VIDEOMENU_VIDEOMODE_O
|
||||
{ -1, NONEXISTANT_LOCALE, "1080i 50Hz" },
|
||||
{ -1, NONEXISTANT_LOCALE, "1080p 24Hz" },
|
||||
{ -1, NONEXISTANT_LOCALE, "1080p 25Hz" },
|
||||
{ VID_DISPFMT_NTSC, NONEXISTANT_LOCALE, "NTSC" }
|
||||
{ VID_DISPFMT_NTSC, NONEXISTANT_LOCALE, "NTSC" },
|
||||
{ -1, NONEXISTANT_LOCALE, "480p" },
|
||||
{ -1, NONEXISTANT_LOCALE, "720p 60Hz" },
|
||||
{ -1, NONEXISTANT_LOCALE, "1080i 60Hz" },
|
||||
|
@@ -2,6 +2,9 @@ noinst_LIBRARIES = liblcddisplay.a
|
||||
|
||||
liblcddisplay_a_SOURCES = lcddisplay.cpp fontrenderer.cpp
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_builddir)
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
@FREETYPE_CFLAGS@ \
|
||||
@PNG_CFLAGS@
|
||||
|
Reference in New Issue
Block a user