• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1noinst_PROGRAMS = memory_test
2
3memory_test_SOURCES = memory_test.c my-memory.c my-memory.h my-vidmem.c my-vidmem.h
4memory_test_LDADD = $(GST_OBJ_LIBS)
5memory_test_CFLAGS = $(GST_OBJ_CFLAGS)
6