diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-25 14:10:50 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-09-25 14:31:39 +0200 |
| commit | f67d9bd14f3fe7a18cb0fba2d233e66086961cf3 (patch) | |
| tree | d247b07d14dd3ee2c038da849ac9f1dd80f5e5f2 | |
| parent | c40a8219ac57112241b91db47c40f424bb4c70b8 (diff) | |
| download | rockbox-f67d9bd14f3fe7a18cb0fba2d233e66086961cf3.zip rockbox-f67d9bd14f3fe7a18cb0fba2d233e66086961cf3.tar.gz rockbox-f67d9bd14f3fe7a18cb0fba2d233e66086961cf3.tar.bz2 rockbox-f67d9bd14f3fe7a18cb0fba2d233e66086961cf3.tar.xz | |
apps: factor depth3d capability in features.txt
Currently the 3 possible sources for this setting are: imx233, wm8750, wm8978
Change-Id: I4f2b23dbe203f2b357a264b77f801c7b4c28bdee
| -rw-r--r-- | apps/features.txt | 4 | ||||
| -rw-r--r-- | apps/lang/english.lang | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/apps/features.txt b/apps/features.txt index 897657f..63f0234 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -199,7 +199,9 @@ lineout_poweroff touchscreen #endif - +#if defined(HAVE_IMX233_CODEC) || defined(HAVE_WM8750) || defined(HAVE_WM8978) +depth_3d +#endif /* These features are only used by the manual so they won't break binary diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 08cd743..d0dc5c5 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12470,15 +12470,15 @@ user: core <source> *: none - gigabeats,mpiohd200,mpiohd300,sansafuzeplus,creativezenxfi2,creativezenxfi3: "3-D Enhancement" + depth_3d: "3-D Enhancement" </source> <dest> *: none - gigabeats,mpiohd200,mpiohd300,sansafuzeplus,creativezenxfi2,creativezenxfi3: "3-D Enhancement" + depth_3d: "3-D Enhancement" </dest> <voice> *: none - gigabeats,mpiohd200,mpiohd300,sansafuzeplus,creativezenxfi2,creativezenxfi3: "3-D Enhancement" + depth_3d: "3-D Enhancement" </voice> </phrase> <phrase> |