Fixed some little errors with the plugin code..

This commit is contained in:
Zephaniah E. Hull 2000-02-12 11:42:56 +00:00
parent d0ae0cb63c
commit 3b1494b153
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,6 @@
Boston, MA 02111-1307, USA.
*/
#define _GNU_SOURCE
#include <string.h>
#include <stdio.h>
#include <dlfcn.h>

View file

@ -455,7 +455,7 @@ ALL_GL_OBJS = $(GLX_GL_OBJS) $(GL_REND_OBJS) \
$(BUILD_DIR)/common_lib.a $(TARGET_DIR)/sound_lib.a
GL_CFLAGS = @OGL_CFLAGS@
GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@ @DYN_LIBS@
GL_LDFLAGS = $(X11_LDFLAGS) @OGL_LIBS@ @DGA_LIBS@
$(BUILD_DIR)/gl_vidglx.@OBJEXT@: $(COMMON_DIR)/gl_vidglx.c
$(CC) $(CFLAGS) $(GL_CFLAGS) -o $@ -c $<