diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2003-01-30 21:05:22 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2003-01-30 21:05:22 +0000 |
commit | df64095e68a2455af8096bf75b75027257d9e793 (patch) | |
tree | 22ec2f7e6411827d7082b5b63bb9ee5d476b1217 /gst/videocrop | |
parent | d62cdbbc61aba0cf2fee37c111ef57a0215cd91f (diff) | |
download | gst-plugins-bad-df64095e68a2455af8096bf75b75027257d9e793.tar.gz gst-plugins-bad-df64095e68a2455af8096bf75b75027257d9e793.tar.bz2 gst-plugins-bad-df64095e68a2455af8096bf75b75027257d9e793.zip |
Just correcting my mistake
Original commit message from CVS:
Just correcting my mistake
Diffstat (limited to 'gst/videocrop')
-rw-r--r-- | gst/videocrop/gstvideocrop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 20a524b5..48a51dbb 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -21,10 +21,6 @@ #include <string.h> -#ifdef __MMX__ -#include <mmx.h> -#endif - #define GST_TYPE_VIDEO_CROP \ (gst_video_crop_get_type()) #define GST_VIDEO_CROP(obj) \ |