diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-07-14 09:11:11 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-14 09:11:11 +0000 |
commit | 5bb4cea9cf60fdf57742fbf79c12aecacb02946b (patch) | |
tree | e6c939cef89937910e4a53a6d717d11593044cf4 /gst/nsf/Makefile.am | |
parent | 36b3b4cdbdcd2e2dd6828bb761efa76404712687 (diff) | |
download | gst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.tar.gz gst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.tar.bz2 gst-plugins-bad-5bb4cea9cf60fdf57742fbf79c12aecacb02946b.zip |
gst/nsf/: Remove crack malloc/free replacement.
Original commit message from CVS:
* gst/nsf/Makefile.am:
* gst/nsf/memguard.c:
* gst/nsf/memguard.h:
* gst/nsf/types.h:
Remove crack malloc/free replacement.
Diffstat (limited to 'gst/nsf/Makefile.am')
-rw-r--r-- | gst/nsf/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/nsf/Makefile.am b/gst/nsf/Makefile.am index 4baf7c68..0214dc22 100644 --- a/gst/nsf/Makefile.am +++ b/gst/nsf/Makefile.am @@ -7,7 +7,6 @@ NOSEFART_SOURCES=fmopl.c \ nes_apu.c \ vrc7_snd.c \ fds_snd.c \ - memguard.c \ nes6502.c \ nsf.c \ vrcvisnd.c @@ -20,7 +19,6 @@ NOSEFART_INCLUDES=fmopl.h \ osd.h \ vrc7_snd.h \ fds_snd.h \ - memguard.h \ nes6502.h \ nsf.h \ types.h \ |