diff options
author | David Schleef <ds@hutch-2.local> | 2009-03-01 12:47:37 -0800 |
---|---|---|
committer | David Schleef <ds@hutch-2.local> | 2009-03-01 12:47:37 -0800 |
commit | 0083b9e40569db889500a3c1abd7ec3ac8876fee (patch) | |
tree | 0b173f1371e95187cdb6304fd7dfdeebaa04bc3f /sys | |
parent | b6755a70004a445a475e6c4b1c2d289e908cf2a9 (diff) |
Remove hardcoded definition of OBJC
Diffstat (limited to 'sys')
-rw-r--r-- | sys/osxvideo/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am index 5e6d4310..71fc6206 100644 --- a/sys/osxvideo/Makefile.am +++ b/sys/osxvideo/Makefile.am @@ -1,5 +1,3 @@ -# FIXME: clean up this crap -OBJC=gcc plugin_LTLIBRARIES = libgstosxvideosink.la |