代码搜索结果
找到约 10,000 项符合
Video 的代码
codec_plugin.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c \
SDL
makefile.am
## Makefile.am for SDL using the DirectX video driver
noinst_LTLIBRARIES = libvideo_windx5.la
libvideo_windx5_la_SOURCES = $(DIRECTX_SRCS)
# The SDL DirectX video driver sources
DIRECTX_SRCS = \
gnumakerules
#
# Copyright (c) 1995-1996, 1998-2001 University of Utah and the Flux Group.
# All rights reserved.
#
# This file is part of the Flux OSKit. The OSKit is free software, also known
# as "open source
makefile.am
## Makefile.am for MiniGUI using the Qt virtual framebuffer video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_qvfb.la
libvideo_qvfb_la_SOURCES = $(QVFB_SR
makefile.am
## Makefile.am for the null video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_null.la
libvideo_null_la_SOURCES = $(NULL_SRCS)
# The SDL null video driver
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c \
SDL
makefile.am
## Makefile.am for SDL using the DirectX video driver
noinst_LTLIBRARIES = libvideo_windx5.la
libvideo_windx5_la_SOURCES = $(DIRECTX_SRCS)
# The SDL DirectX video driver sources
DIRECTX_SRCS = \
makefile.in
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This Makefile.in is free soft
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c