diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-26 07:40:58 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-26 07:40:58 +0000 |
commit | ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa (patch) | |
tree | b25c32c1e02b43fe0bab8898c3dc8423cf888545 /gst/nsf/Makefile.am | |
parent | 6763549151b4311c933a2751346fe37b41acf5ba (diff) | |
download | gst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.tar.gz gst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.tar.bz2 gst-plugins-bad-ccf0b720ba9be02de6ef1cadd2e1be4ebccb92fa.zip |
gst/nsf/: Remove memguard again and apply hopefully all previously dropped local patches. Should be really better tha...
Original commit message from CVS:
* gst/nsf/Makefile.am:
* gst/nsf/fds_snd.c:
* gst/nsf/mmc5_snd.c:
* gst/nsf/nsf.c:
* gst/nsf/types.h:
* gst/nsf/vrc7_snd.c:
* gst/nsf/vrcvisnd.c:
* gst/nsf/memguard.c:
* gst/nsf/memguard.h:
Remove memguard again and apply hopefully all previously dropped
local patches. Should be really better than the old version now.
Diffstat (limited to 'gst/nsf/Makefile.am')
-rw-r--r-- | gst/nsf/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gst/nsf/Makefile.am b/gst/nsf/Makefile.am index 152791e9..75968254 100644 --- a/gst/nsf/Makefile.am +++ b/gst/nsf/Makefile.am @@ -9,8 +9,7 @@ NOSEFART_SOURCES=fmopl.c \ fds_snd.c \ nes6502.c \ nsf.c \ - vrcvisnd.c \ - memguard.c + vrcvisnd.c NOSEFART_INCLUDES=fmopl.h \ log.h \ @@ -23,8 +22,7 @@ NOSEFART_INCLUDES=fmopl.h \ nes6502.h \ nsf.h \ types.h \ - vrcvisnd.h \ - memguard.h + vrcvisnd.h libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES) |