[vlc-devel] [PATCH 3/3] nVidia affinity
Edward Wang
edward.c.wang at compdigitec.com
Tue Aug 27 16:03:04 CEST 2013
On Tue, Aug 27, 2013 at 3:38 PM, David R Robison
<drrobison at openroadsconsulting.com> wrote:
> ---
> modules/video_output/msw/glwin32.c | 114
> ++++++++++++++++++++++++++++++++++--
> 1 file changed, 110 insertions(+), 4 deletions(-)
> mode change 100644 => 100755 modules/video_output/msw/glwin32.c
>
> diff --git a/modules/video_output/msw/glwin32.c
> b/modules/video_output/msw/glwin32.c
> old mode 100644
> new mode 100755
> index 89360c1..259615e
> --- a/modules/video_output/msw/glwin32.c
> +++ b/modules/video_output/msw/glwin32.c
> @@ -23,6 +23,8 @@
> #ifdef HAVE_CONFIG_H
> # include "config.h"
> #endif
> +#define GLEW_NO_GLU
> +#define GLEW_STATIC
>
> #include <vlc_common.h>
> #include <vlc_plugin.h>
> @@ -48,11 +50,18 @@
> static int Open (vlc_object_t *);
> static void Close(vlc_object_t *);
>
> +#define HW_NVIDIA_AFFINITY_TEXT N_("Set the nVidia affinity to this
> adapter number")
I would suggest "nVidia affinity of adapter" here.
> +#define HW_NVIDIA_AFFINITY_LONGTEXT N_(\
> + "Identifies nVidia addapter number to use for hardware acceleration.")
> +
"Identifies the nVidia adapter number to use for hardware acceleration." ?
Regards,
Edward Wang
More information about the vlc-devel
mailing list