Created
March 16, 2011 23:39
-
-
Save newfront/873552 to your computer and use it in GitHub Desktop.
I had an issue when install gst-plugins-ugly with gstx264enc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Symptoms | |
-------- | |
Undefined symbols for architecture x86_64: | |
"_x264_encoder_open_114", referenced from: | |
_gst_x264_enc_sink_set_caps in libgstx264_la-gstx264enc.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
Fix | |
------ | |
Uninstall your system version of x264. (sudo port uninstall x264), or manually uninstall x264 from /usr/lib, /usr/bin, /usr/include | |
Works.. | |
bash-3.2$ sudo make | |
CC libgstx264_la-gstx264enc.lo | |
CCLD libgstx264.la |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment