Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libmpeg2
Commits
45fc5aa6
Commit
45fc5aa6
authored
May 23, 2000
by
Aaron Holtzman
Browse files
Fix --disable-mga build.
ah
parent
946fa4fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
mpeg2dec-livid/configure.in
View file @
45fc5aa6
...
...
@@ -58,6 +58,8 @@ if test x$enable_mga = xyes; then
AC_MSG_RESULT(not found)
AC_MSG_WARN("to create /dev/mga_vid - use mknod /dev/mga_vid c 178 0")
fi
else
AM_CONDITIONAL(HAVE_MGA,false)
fi
...
...
mpeg2dec-livid/libvo/Makefile.am
View file @
45fc5aa6
...
...
@@ -4,13 +4,12 @@ AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS
=
-g
-O3
-Wall
-Werror
@LIBVO_CFLAGS@ @GLOBAL_CFLAGS@ @X_CFLAGS@
#SUBDIRS = kernel_modules
include_HEADER
=
video_out.h
lib_LTLIBRARIES
=
libvo.la
lib_HEADER
=
video_out.h
libvo_la_SOURCES
=
video_out_x11.c yuv2rgb.c video_out_3dfx.c
\
video_out_mga.c video_out_sdl.c
libvo_la_LIBADD
=
@LIBVO_CONFIG_LIBS@ @X_PRE_LIBS@ @X_LIBS@
-lXext
noinst_HEADERS
=
video_out_internal.h yuv2rgb.h
noinst_HEADERS
=
video_out.h
video_out_internal.h yuv2rgb.h
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment