Home | History | Annotate | Download | only in xvmc
      1 TOP = ../../../..
      2 include $(TOP)/configs/current
      3 
      4 LIBNAME = xvmctracker
      5 
      6 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) --cflags-only-I xvmc)
      7 
      8 C_SOURCES = block.c \
      9             surface.c \
     10             context.c \
     11             subpicture.c \
     12             attributes.c
     13 
     14 include ../../Makefile.template
     15